summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-05-17general: Demote custom_rtc to regular settinglat9nq
2021-05-16configuration: Add CPU tab to game propertieslat9nq
Allows setting CPU accuracy to Accurate or Unsafe per-game, as well as the accuracy options for Unsafe. Debug is not allowed here as a per-game CPU accuracy.
2021-05-15configuration: Simplify applying per-game settingslat9nq
Originally, every time we add a per-game setting, we'd have to guard for it when setting it on the global config, and use a specific function to do it for the per-game config. This moves the global check into the ApplyPerGameSetting function so that we can use it for changing both the global and per-game states. Less work for the programmer.
2021-05-15configuration_shared: Add some commentslat9nq
Monke brain can't remember what all of these does a year later.
2021-05-15general: Make CPU accuracy and related a Settings::Settinglat9nq
Required to make CPU accuracy and unsafe settings available to use as a per-game setting.
2021-05-12Merge pull request #6301 from Morph1984/ssl-ImportClientPkibunnei
ssl: Stub Import(Client/Server)Pki
2021-05-12Merge pull request #6298 from Kewlan/toggled-show-add-on-refreshMorph
configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"
2021-05-12ssl: Stub Import(Client/Server)PkiMorph
- Used in JUMP FORCE Deluxe Edition
2021-05-12Merge pull request #6267 from german77/gestureRewriteMorph
hid: Improve hardware accuracy of gestures
2021-05-10configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"Kewlan
2021-05-09Merge pull request #6291 from lioncash/kern-shadowbunnei
kernel: Eliminate variable shadowing
2021-05-09kernel: Delete unused filesgerman77
2021-05-08kernel: Eliminate variable shadowingLioncash
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-07Merge pull request #6266 from bunnei/kautoobject-refactorbunnei
Kernel Rework: Migrate kernel objects to KAutoObject
2021-05-07Merge pull request #6287 from lioncash/ldr-copybunnei
ldr: Simplify memory copy within LoadNro()
2021-05-06ldr: Simplify memory copy within LoadNro()Lioncash
We can use the dedicated memory function for performing copies instead of reading into a temporary buffer and then immediately writing it back out to memory. Eliminates a bit of heap memory churn.
2021-05-05hle: kernel: KPageTable: CanContain should not be constexpr.bunnei
2021-05-05hle: kernel: Move slab resource counts to Kernel.bunnei
2021-05-05fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei
2021-05-05fixup! common: bit_util: Add BIT macro.bunnei
2021-05-05fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly ↵bunnei
created.
2021-05-05fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly ↵bunnei
created.
2021-05-05kernel: svc: Remove unused RetrieveResourceLimitValue function.bunnei
2021-05-05hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of slab setup.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei
2021-05-05common: parent_of_member: Fix build for OffsetOf().bunnei
2021-05-05fixup! common: intrusive_red_black_tree: Disable static_assert that will not ↵bunnei
evaluate as constant on MSVC.
2021-05-05fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of KLinkedList.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵bunnei
KAutoObject.
2021-05-05fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to ↵bunnei
KAutoObject.
2021-05-05fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei
2021-05-05fixup! hle: kernel: Add initial impl. of slab setup.bunnei
2021-05-05common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei
2021-05-05fixup! hle: kernel: Rename Process to KProcess.bunnei
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei
2021-05-05hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.bunnei
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei