- Feb 21, 2022
-
-
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.
-
- Feb 19, 2022
- Feb 18, 2022
- Feb 17, 2022
-
-
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
-
- Feb 16, 2022
-
-
Morph authored
file_sys: Dump patched exefs rather than base
-
- Feb 15, 2022
-
-
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
-
- Feb 14, 2022
-
-
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
-
- Feb 13, 2022
-
-
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
-
- Feb 12, 2022
-
-
lat9nq authored
Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services
-
- Feb 11, 2022
-
-
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
-
- Feb 10, 2022
-
-
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
-
- Feb 09, 2022
-
-
bunnei authored
hle: kernel: KCodeMemory: Correct m_page_group number of pages.
-
Narr the Reg authored
-
bunnei authored
-