|
9cef9f5dce
|
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
|
2025-04-10 01:11:22 +02:00 |
|
Briar
|
6f45ab5344
|
Revert "Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice"
This reverts commit ada5dcf01a .
|
2025-04-06 22:52:55 -03:00 |
|
darktux
|
ada5dcf01a
|
Disabled MCO_USE_VMEM_ALLOCATOR because standard stack size seems to suffice
|
2025-04-04 03:40:48 +02:00 |
|
darktux
|
a1d4963fb8
|
Remove accidental use of standard format instead of libfmt format
|
2025-04-04 03:40:48 +02:00 |
|
darktux
|
5af02a5cea
|
Save memory by using dyamic stack size in Fiber
|
2025-04-04 03:40:48 +02:00 |
|
darktux
|
bc2fdfee13
|
Fixed minicoro.h formatting
|
2025-04-04 03:40:47 +02:00 |
|
darktux
|
4a71984803
|
clang-formated new fiber.cpp and minicoro.h
|
2025-04-04 03:40:47 +02:00 |
|
darktux
|
16f92e5b32
|
Implemented rewindless Fiber without Boost (using minicoro)
|
2025-04-04 03:40:47 +02:00 |
|
darktux
|
2032d035a3
|
Removed telemetry and anonymized SCM (git) strings
|
2025-04-04 03:40:47 +02:00 |
|
darktux
|
616619c8f7
|
Port changes from Early Access
|
2025-04-04 03:40:46 +02:00 |
|
Briar
|
8364ab1b00
|
android: Rename default device name to eden
|
2025-04-04 03:23:31 +02:00 |
|
Briar
|
0c4d8a8b08
|
Rename log file to eden_log
|
2025-04-01 18:36:48 +02:00 |
|
voidanix
|
d60cf76e2d
|
Fix GCC builds with Debug build type
|
2025-04-01 18:31:44 +02:00 |
|
liamwhite
|
67120d9623
|
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
|
2024-02-26 12:44:55 -05:00 |
|
Liam
|
9db29b4e20
|
settings: remove global override for smash on amdvlk
|
2024-02-26 11:16:18 -05:00 |
|
Liam
|
e850ec7aa9
|
settings: enable error applet
|
2024-02-24 22:56:08 -05:00 |
|
wheremyfoodat
|
8a5329b19a
|
common/ring_buffer: Include <limits> header
|
2024-02-24 02:34:09 +02:00 |
|
liamwhite
|
56834236dc
|
Merge pull request #13100 from liamwhite/audio-ipc
audio: move to new ipc
|
2024-02-23 11:34:21 -05:00 |
|
Narr the Reg
|
615cc06ca4
|
Merge pull request #13001 from liamwhite/scaled-availability
vulkan_device: don't use fixed cap for memory limits
|
2024-02-22 11:31:17 -06:00 |
|
Liam
|
a898ae4f7d
|
audio: rewrite IAudioDevice
|
2024-02-20 22:15:38 -05:00 |
|
FearlessTobi
|
4d55e58ee4
|
scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
2024-02-19 16:00:46 +01:00 |
|
Liam
|
a956f0f4f8
|
vulkan_device: don't use fixed cap for memory limits
|
2024-02-18 18:59:13 -05:00 |
|
t895
|
a29782ce6a
|
android: Input mapping
|
2024-02-17 12:32:33 -05:00 |
|
Narr the Reg
|
e29b241a5a
|
Merge pull request #12756 from liamwhite/applet-multiprocess-hwc
general: applet multiprocess
|
2024-02-11 20:58:28 -06:00 |
|
liamwhite
|
354e0a2791
|
Merge pull request #12920 from t895/jni-common
android: Move JNI setup and helpers to common
|
2024-02-09 11:49:25 -05:00 |
|
Liam
|
b4b3ddf4b4
|
general: add default configurations for applet mode
|
2024-02-09 09:20:53 -05:00 |
|
t895
|
5200236f89
|
common: fs: Expand android macros
|
2024-02-08 14:13:46 -05:00 |
|
t895
|
28fcbacc78
|
android: Move JNI setup and helpers to common
|
2024-02-08 13:45:26 -05:00 |
|
liamwhite
|
d26c4a5090
|
Merge pull request #12914 from FernandoS27/vc-refactor
VideoCore Refactor Part 1.
|
2024-02-08 10:59:59 -05:00 |
|
Fernando Sahmkow
|
758d895408
|
Common: Rename SplitRangeSet to OverlapRangeSet
|
2024-02-05 23:01:17 +01:00 |
|
Liam
|
b4c3007b7c
|
typed_address: test values are unsigned
|
2024-02-05 12:47:10 -05:00 |
|
Fernando Sahmkow
|
80d505b5cf
|
Buffer Cache: Refactor to use Range sets instead
|
2024-02-05 11:06:52 +01:00 |
|
Fernando Sahmkow
|
75f5d982a0
|
Common: Introduce Range Sets
|
2024-02-04 20:01:50 +01:00 |
|
Fernando Sahmkow
|
4d97c54676
|
VideoCore: Move Slot Vector to Common
|
2024-02-04 20:01:47 +01:00 |
|
Narr the Reg
|
1f0a9436c7
|
service: fs: Skip non user id folders
|
2024-02-02 13:25:38 -06:00 |
|
liamwhite
|
df38bba6a8
|
Merge pull request #12869 from FernandoS27/smmu-fixes
SMMU: A set of different fixes.
|
2024-01-31 11:22:29 -05:00 |
|
Liam
|
27989bd49c
|
smmu: use new range mutex construction for protecting counters
|
2024-01-31 16:38:51 +01:00 |
|
t895
|
6c6d6ece77
|
settings: Allow audio sink, input, and output to be set per game
|
2024-01-31 09:31:19 -05:00 |
|
liamwhite
|
9b07313a94
|
Merge pull request #12814 from Kelebek1/time_new_ipc
Move time services to new IPC and add debug printing
|
2024-01-29 09:08:46 -05:00 |
|
Merry
|
a3871f6172
|
atomic_ops: Fix MSVC
|
2024-01-27 21:42:16 +00:00 |
|
Merry
|
bd45dad4f2
|
atomic_ops: Remove volatile qualifier
|
2024-01-27 21:36:39 +00:00 |
|
Merry
|
93e483d9e4
|
atomic_ops: Reduce code duplication with templates
Also fixes builds on unusual toolchains where:
- u32 is unsigned int
- u64 is unsigned long long
- uintptr_t is unsigned long
|
2024-01-27 21:12:12 +00:00 |
|
Kelebek1
|
05afa94a3b
|
Move time services to new IPC.
Add some fixes/improvements to usage with the new IPC
|
2024-01-27 03:30:09 +00:00 |
|
FearlessTobi
|
2b4d7506a8
|
Address review comments and fix compilation problems
|
2024-01-25 16:43:53 -05:00 |
|
FearlessTobi
|
99d76bf25a
|
fs: Add path class
|
2024-01-25 16:42:06 -05:00 |
|
liamwhite
|
0ab550c726
|
Merge pull request #12499 from Kelebek1/time
Rework time services
|
2024-01-25 14:19:01 -05:00 |
|
Kelebek1
|
52c35521bd
|
Rework time service to fix time passing offline.
|
2024-01-24 04:26:55 +00:00 |
|
liamwhite
|
5a6b3a0125
|
Merge pull request #12579 from FernandoS27/smmu
Core: Implement Device Mapping & GPU SMMU
|
2024-01-22 10:55:39 -05:00 |
|
Merry
|
66e66eef90
|
fs/file: Explicitly convert std::u8string to std::filesystem::path
|
2024-01-20 17:46:30 +00:00 |
|
Fernando Sahmkow
|
04b4af6044
|
Core: Initial implementation of device memory mapping
|
2024-01-18 21:12:30 -05:00 |
|