- 21 Feb, 2022 8 commits
-
-
bunnei authored
- That way, we can consolidate the memory layout to one place.
-
bunnei authored
- This will be used to enable emulation of a larger memory arrangement.
-
bunnei authored
- With prior changes, we now report the correct amount of physical memory available to the emulated process.
-
bunnei authored
- This allows us to have a resource limit per process, rather than use the global system resource limit.
-
bunnei authored
- This is necessary to ensure resource limits are freed from the right process.
-
bunnei authored
core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.
-
bunnei authored
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
-
bunnei authored
core: hle: kernel: KPageTable: Fix UnmapPages.
-
- 19 Feb, 2022 4 commits
- 18 Feb, 2022 2 commits
- 17 Feb, 2022 3 commits
-
-
Wunkolo authored
Addresses https://github.com/yuzu-emu/yuzu/issues/7881 to fix linux builds. `YUZU_NON_COPYABLE` deletes the `T(const T&)` constructor which will cause the implicitly defined default ctor/dtor to no-longer generate.
-
Mai M authored
kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
-
bunnei authored
service/mnpp: Stub mnpp_app
-
- 16 Feb, 2022 1 commit
-
-
Morph authored
file_sys: Dump patched exefs rather than base
-
- 15 Feb, 2022 4 commits
-
-
bunnei authored
audio_core: Update current process revision
-
bunnei authored
common: fs_util: Add buffer to string view utility functions
-
Narr the Reg authored
-
Kelebek1 authored
-
- 14 Feb, 2022 3 commits
-
-
Sergi Granell authored
Very straightforward, they are just wrappers to the 64-bit version of the SVC.
-
bunnei authored
svc: Set unique names for function tables
-
Mai M authored
debugger: console: Set console output codepage to UTF-8
-
- 13 Feb, 2022 4 commits
-
-
Morph authored
These functions allow to construct a string view from an input buffer, avoiding the copy done by the non string view counterparts. However, callers must be cognizant of the viewed buffer's lifetime to avoid a use-after-free.
-
Morph authored
This allows the console to display multi-byte encoded characters.
-
german77 authored
-
Narr the Reg authored
hid: Stub IsUsbFullKeyControllerEnabled
-
- 12 Feb, 2022 1 commit
-
-
lat9nq authored
Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services
-
- 11 Feb, 2022 3 commits
-
-
lat9nq authored
Update CURRENT_PROCESS_REVISION from REV9 to REVA. Used by Nintendo Entertainment System - Nintendo Switch Online 6.0.0 and Super Nintendo Entertainment System - Nintendo Switch Online 3.0.0.
-
bunnei authored
common: Revise and fix the UUID implementation
-
Narr the Reg authored
Used in Super Nintendo Entertainment System™ - Nintendo Switch Online
-
- 10 Feb, 2022 4 commits
-
-
Morph authored
-
bunnei authored
yuzu: New hotkeys and mute audio on background
-
Narr the Reg authored
-
bunnei authored
yuzu: Add auto center on right click
-
- 09 Feb, 2022 3 commits
-
-
bunnei authored
hle: kernel: KCodeMemory: Correct m_page_group number of pages.
-
Narr the Reg authored
-
bunnei authored
-