| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | core: hle: kernel: Remove resource limit hack for PhysicalMemory. | 2022-02-21 | 1 | -7/+0 | ||
| | | | | | | | | | | | | | - With prior changes, we now report the correct amount of physical memory available to the emulated process. | |||||
| | * | | core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. | 2022-02-21 | 4 | -9/+30 | ||
| | | | | | | | | | | | | | - This allows us to have a resource limit per process, rather than use the global system resource limit. | |||||
| | * | | core: hle: kernel: KEvent: Pass in owner KProcess on event creation. | 2022-02-21 | 4 | -12/+8 | ||
| | | | | | | | | | | | | | - This is necessary to ensure resource limits are freed from the right process. | |||||
| | * | | core: hle: kernel: KResourceLimit: Add a helper function for creating a ↵ | 2022-02-21 | 2 | -0/+22 | ||
| | | | | | | | | | | | | | KResourceLimit for a process. | |||||
| * | | | service: am: Update enum names to match documentation | 2022-02-21 | 4 | -16/+51 | ||
| |/ / | ||||||
| * | | Merge pull request #7919 from bunnei/phys-mem-updates | 2022-02-21 | 1 | -125/+430 | ||
| |\ \ | | | | | | | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | |||||
| | * | | fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | 2022-02-19 | 1 | -22/+2 | ||
| | | | | ||||||
| | * | | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | 2022-02-18 | 1 | -107/+432 | ||
| | | | | | | | | | | | | | - Improves the implementations of MapPhysicalMemory and UnmapPhysicalMemory to more closely reflect latest HOS. | |||||
| * | | | Merge pull request #7920 from bunnei/fix-unmap-pages | 2022-02-21 | 1 | -3/+2 | ||
| |\ \ \ | | | | | | | | | core: hle: kernel: KPageTable: Fix UnmapPages. | |||||
| | * | | | core: hle: kernel: KPageTable: Fix UnmapPages. | 2022-02-18 | 1 | -3/+2 | ||
| | |/ / | | | | | | | | | | - Fixes a logic bug in KPageTable::UnmapPages. | |||||
| * | | | Merge pull request #7867 from german77/amiibo | 2022-02-19 | 4 | -249/+926 | ||
| |\ \ \ | |/ / |/| | | nfp: Improve amiibo support | |||||
| | * | | nfp: Allow files without password data | 2022-02-13 | 2 | -9/+24 | ||
| | | | | ||||||
| | * | | nfp: Separate nfc tag from amiibo data | 2022-02-10 | 3 | -44/+76 | ||
| | | | | ||||||
| | * | | nfp: Address compiler issues | 2022-02-08 | 1 | -25/+26 | ||
| | | | | ||||||
| | * | | nfp: Validate amiibo files | 2022-02-08 | 2 | -41/+145 | ||
| | | | | ||||||
| | * | | nfp: Improve implementation | 2022-02-08 | 4 | -189/+672 | ||
| | | | | ||||||
| | * | | nfp: Move IUser class to header and add missing enum and structs | 2022-02-07 | 2 | -257/+299 | ||
| | | | | ||||||
| | * | | nfp: Sort functions by command number | 2022-02-07 | 1 | -79/+79 | ||
| | | | | ||||||
| * | | | Merge pull request #7866 from ↵ | 2022-02-16 | 2 | -4/+40 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | xerpi/svc-OutputDebugString32-CreateCodeMemory32-ControlCodeMemory32 kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 | |||||
| | * | | | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 | 2022-02-15 | 2 | -4/+40 | ||
| | | | | | | | | | | | | | | | | | | | | | Very straightforward, they are just wrappers to the 64-bit version of the SVC. | |||||
| * | | | | Merge pull request #7878 from german77/mnpp | 2022-02-16 | 4 | -0/+69 | ||
| |\ \ \ \ | | | | | | | | | | | service/mnpp: Stub mnpp_app | |||||
| | * | | | | service/mnpp: Stub mnpp_app | 2022-02-10 | 4 | -0/+69 | ||
| | | |/ / | |/| | | | | | | | | | | Used in Super Nintendo Entertainment System™ - Nintendo Switch Online | |||||
| * | | | | Merge pull request #7899 from Kelebek1/test | 2022-02-16 | 1 | -9/+9 | ||
| |\ \ \ \ | |_|/ / |/| | | | file_sys: Dump patched exefs rather than base | |||||
| | * | | | Dump patched exefs rather than base | 2022-02-15 | 1 | -9/+9 | ||
| | | |/ | |/| | ||||||
| * | | | Merge pull request #7871 from german77/svc2 | 2022-02-14 | 1 | -77/+77 | ||
| |\ \ \ | |/ / |/| | | svc: Set unique names for function tables | |||||
| | * | | svc: Set unique names for function tables | 2022-02-08 | 1 | -77/+77 | ||
| | |/ | ||||||
| * | | hid: Stub IsUsbFullKeyControllerEnabled | 2022-02-12 | 2 | -1/+12 | ||
| | | | | | | | | | | | | | Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services | |||||
| * | | Merge pull request #7852 from Morph1984/new-uuid | 2022-02-10 | 16 | -66/+65 | ||
| |\ \ | | | | | | | common: Revise and fix the UUID implementation | |||||
| | * | | general: Rename NewUUID to UUID, and remove the previous UUID impl | 2022-02-05 | 21 | -125/+121 | ||
| | | | | | | | | | | | | | This completes the removal of the old UUID implementation. | |||||
| | * | | profile: Migrate to the new UUID implementation | 2022-02-05 | 9 | -108/+111 | ||
| | | | | ||||||
| | * | | hle: ipc_helpers: Ignore -Wclass-memaccess | 2022-02-05 | 1 | -0/+8 | ||
| | | | | | | | | | | | | | This warning is triggered by GCC when copying into non-trivially default constructible types, as it uses the more restrictive std::is_trivial (which includes std::is_trivially_default_constructible) to determine whether memcpy is safe instead of std::is_trivially_copyable. | |||||
| | * | | service: Migrate to the new UUID implementation | 2022-02-05 | 9 | -45/+36 | ||
| | | | | ||||||
| | * | | input/hid: Migrate to the new UUID implementation | 2022-02-05 | 3 | -15/+16 | ||
| | | | | ||||||
| * | | | hle: kernel: KCodeMemory: Remove unused QueryMemory. | 2022-02-08 | 1 | -1/+0 | ||
| | | | | ||||||
| * | | | hle: kernel: KCodeMemory: Correct m_page_group number of pages. | 2022-02-08 | 1 | -2/+3 | ||
| | |/ |/| | | | Credits to @xerpi for finding this issue and pointing it out on #7519. | |||||
| * | | Merge pull request #7847 from tech-ticks/master | 2022-02-05 | 2 | -1/+46 | ||
| |\ \ | |/ |/| | service: pm: Implement AtmosphereGetProcessInfo | |||||
| | * | service: pm: Implement AtmosphereGetProcessInfo | 2022-02-04 | 2 | -1/+46 | ||
| | | | ||||||
| * | | Merge pull request #7839 from german77/battery | 2022-02-04 | 1 | -1/+1 | ||
| |\ \ | |/ |/| | yuzu: ui: Improve battery symbols | |||||
| | * | yuzu: ui: Improve battery symbols | 2022-02-02 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #7835 from bunnei/page-table-lock | 2022-02-02 | 2 | -34/+46 | ||
| |\ \ | | | | | | | hle: kernel: KPageTable: Migrate locks to KScopedLightLock. | |||||
| | * | | hle: kernel: KPageTable: Migrate locks to KScopedLightLock. | 2022-02-01 | 2 | -34/+46 | ||
| | |/ | | | | | | | - More accurately reflects real kernel behavior by using guest locks. | |||||
| * | | general: Replace NonCopyable struct with equivalents | 2022-02-02 | 9 | -105/+159 | ||
| | | | ||||||
| * | | general: Move deleted copy/move constructor/assignment operators to public ↵ | 2022-02-02 | 7 | -11/+9 | ||
| |/ | | | | | | | | | | interface This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be). | |||||
| * | svc: Add 32 bit SynchronizePreemptionState | 2022-01-31 | 1 | -1/+1 | ||
| | | | | | Used by Espgaluda II | |||||
| * | Merge pull request #7787 from bunnei/scheduler-deadlock-fix | 2022-01-28 | 2 | -23/+24 | ||
| |\ | | | | | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated. | |||||
| | * | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock ↵ | 2022-01-27 | 2 | -23/+24 | ||
| | | | | | | | | | | | | | | | | | | | | | that has migrated. - Previously, it was possible for a thread migration to occur from core A to core B. - Next, core B waits on a guest lock that must be released by a thread queued for core A. - Meanwhile, core A is still waiting on the core B's current thread lock - resulting in a deadlock. - Fix this by try-locking the thread lock. - Fixes softlocks in FF8 and Pokemon Legends Arceus. | |||||
| * | | Merge pull request #7770 from german77/motion-threshold | 2022-01-27 | 2 | -2/+3 | ||
| |\ \ | |/ |/| | input_common: Add option to configure gyro threshold | |||||
| | * | input_common: Add option to configure gyro threshold | 2022-01-23 | 2 | -2/+3 | ||
| | | | ||||||
| * | | Merge pull request #7762 from bunnei/un-map-improve | 2022-01-26 | 3 | -111/+108 | ||
| |\ \ | | | | | | | Kernel Memory Updates (Part 4): Improve Un/MapPages, and more. | |||||
| | * | | core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages. | 2022-01-22 | 1 | -22/+25 | ||
| | | | | ||||||