- 19 Feb, 2022 2 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 3 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.
-
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 3 commits
- 09 Feb, 2022 4 commits
-
-
bunnei authored
hle: kernel: KCodeMemory: Correct m_page_group number of pages.
-
Narr the Reg authored
-
bunnei authored
-
bunnei authored
Credits to @xerpi for finding this issue and pointing it out on #7519.
-
- 07 Feb, 2022 3 commits
- 06 Feb, 2022 2 commits
- 05 Feb, 2022 6 commits
-
-
bunnei authored
main: Always remove the frameless window flag when restoring UI state
-
Morph authored
The string constructor of UUID states: Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
-
Morph authored
This completes the removal of the old UUID implementation.
-
Morph authored
-
Morph authored
This copies the internal bytes of the UUID into a u128 for backwards compatibility. This should not be used.
-
Morph authored
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.
-