Liam
|
abb785f269
|
kernel: switch extended memory setting to 8GB arrangement
|
3 years ago |
Liam
|
a9623d5f55
|
general: fixes for gcc 13
|
3 years ago |
german77
|
d2ae39bf4b
|
service: hid: Fix handle validation
|
3 years ago |
bunnei
|
9c94faaa2b
|
core: arm_dynarmic_32: Update SaveContext/LoadContext.
|
3 years ago |
german77
|
11edba4974
|
applet: controller: Implement cancel button
|
3 years ago |
german77
|
8e84381038
|
service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination
Used by Let's Get Fit
|
3 years ago |
Narr the Reg
|
668eb5b8da
|
service: am: Improve profile select applet
|
3 years ago |
Liam
|
9efd95cda5
|
kernel: fix unbounded stack usage in atomics
|
3 years ago |
Morph
|
e1bce50d8b
|
core_timing: Make use of MicroSleep for x64 CPUs
For CPUs that support tpause, this should result in significant CPU power savings over thread yield in this spin wait.
|
3 years ago |
Narr the Reg
|
c2c7386dfd
|
service: hid: Silence warning on MergeSingleJoyAsDualJoy
|
3 years ago |
german77
|
8802646730
|
service: nfp: Add plain amiibo support
|
3 years ago |
Liam
|
50a59487eb
|
qt: implement RequestExit for applets
|
3 years ago |
Liam
|
950db851ea
|
applets: implement RequestExit
|
3 years ago |
Liam
|
41d99aa89d
|
memory: rename global memory references to application memory
|
3 years ago |
Liam
|
fb49ec19c1
|
kernel: use KTypedAddress for addresses
|
3 years ago |
Narr the Reg
|
6ff4bf9b1c
|
nfc: Initialize device when controller is connected
|
3 years ago |
Liam
|
43d909949e
|
kernel: fix LOG_TRACE in ipc
|
3 years ago |
Narr the Reg
|
075a3d1172
|
service: nfp: Replace crc function with boost equivalent
|
3 years ago |
Narr the Reg
|
7187732454
|
service: nfp: Close app area and recreate crc
|
3 years ago |
Narr the Reg
|
5031f5b8b0
|
service: nfp: Convert mii colors to v3
|
3 years ago |
Narr the Reg
|
026fe2e4f4
|
service: nfp: Actually write correct crc
|
3 years ago |
Liam
|
c352381ce9
|
kernel: additional style fixes to KThread, KProcess
|
3 years ago |
Liam
|
9775a73d1a
|
kernel: fix clang build
|
3 years ago |
Liam
|
088c434d65
|
kernel: remove unnecessary finalize calls
|
3 years ago |
Liam
|
9863db9db4
|
kernel: convert KProcess to new style
|
3 years ago |
Liam
|
6bfb4c8f71
|
kernel: convert KThread to new style
|
3 years ago |
Liam
|
ac6cbb7134
|
kernel: prefer std::addressof
|
3 years ago |
Liam
|
641783df8f
|
kernel: convert KResourceLimit
|
3 years ago |
Liam
|
c0b9e93b77
|
kernel: remove kernel_
|
3 years ago |
Liam
|
9368e17a92
|
kernel: remove gratitutous attribute usage
|
3 years ago |
Liam
|
91fd4e30f2
|
kernel/svc: convert to new style
|
3 years ago |
Liam
|
57f1d8ef8d
|
kernel: convert miscellaneous
|
3 years ago |
Liam
|
d1b53c8d82
|
kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock
|
3 years ago |
Liam
|
7322c99e5f
|
kernel: convert KAbstractSchedulerLock
|
3 years ago |
Liam
|
467adc1acd
|
kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue
|
3 years ago |
Liam
|
0483dfae1a
|
kernel: move KMemoryLayout for NX board
|
3 years ago |
Liam
|
8d1f5bfbd2
|
kernel: remove KLinkedList
|
3 years ago |
Liam
|
fdf90c6d75
|
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
|
3 years ago |
Liam
|
097c25b164
|
kernel: convert KPort, KSession
|
3 years ago |
Liam
|
d24ab14126
|
kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style
|
3 years ago |
Liam
|
600f325d87
|
general: fix spelling mistakes
|
3 years ago |
Narr the Reg
|
8d5cde6eff
|
service: nfp: Improve implementation
|
3 years ago |
Morph
|
67560296c6
|
perf_stats: Check multicore first
SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit.
|
3 years ago |
Morph
|
1073346c7f
|
hid: Use nanosecond timestamps instead of ticks
|
3 years ago |
Morph
|
3053a62375
|
core: Promote CPU/GPU threads to time critical
And also demote Audren and CoreTiming to High thread priority.
|
3 years ago |
Liam
|
1776448df2
|
kernel: add timer pointer to KThreadQueue
|
3 years ago |
Liam
|
ba4213d956
|
general: fix type inconsistencies
|
3 years ago |
Liam
|
d45ac00d48
|
kernel: avoid signed overflow UB on MSVC
|
3 years ago |
Liam
|
484641003c
|
kernel: clone fpu status on CreateThread
|
3 years ago |
Liam
|
1d0fe75e7c
|
hle: rename legacy errors to Results
|
3 years ago |