| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #3919
|
|
hid: Implement Get/ResetGyroscopeZeroDriftMode
|
|
software_keyboard: Eliminate trivial redundant copies
|
|
|
|
* account: Update function tables and add missing classes
* clang-format
* Add missing "public"
* Add missing public again
* Add missing final
|
|
|
|
|
|
- Used by Captain Toad Treasure Tracker
|
|
We can just make use of moves here to get rid of two redundant copies
|
|
Fix compilation on macOS
|
|
Fix compilation when not building with boxcat
|
|
Named return value optimization automatically applies here.
|
|
Fixes compilation when trying to build without boxcat enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On MSVC builds we treat conversion warnings as errors.
|
|
|
|
|
|
It's not needed to have it in its previous position anymore
|
|
|
|
|
|
|
|
|
|
|
|
yuzu/frontend: Remove internal resolution option
|
|
|
|
nvdrv: Fix GetTPCMasks for ioctl3
|
|
|
|
|
|
|
|
|
|
|
|
kernel: Account for system resource size for memory usage
|
|
kernel: ResourceLimit::Reserve remove useless while loop
|
|
Fixes animal crossing svcBreak on launch
|
|
GetTotalPhysicalMemoryAvailableWithoutSystemResource & GetTotalPhysicalMemoryUsedWithoutSystemResource seem to subtract the resource size from the usage.
|
|
|
|
|
|
|
|
Downgrade "handle not signaled" error to trace
|
|
video_core: Implement Macro JIT
|