- 27 Dec, 2018 16 commits
-
-
bunnei authored
kernel: Handle kernel capability descriptors
-
bunnei authored
Improve Zero flag implementation
-
bunnei authored
hid: Fix SetNpadJoyHoldType and improve logging.
-
bunnei authored
npad: Remove code to invert input in horizontal mode.
-
bunnei authored
kernel/vm_manager: Reset region attributes when unmapping a VMA
-
bunnei authored
am: Implement GetSaveDataSize and ExtendSaveData using files
-
Zach Hilman authored
These functions come in a pair and are needed by Smash Ultimate, Minecraft, and Skyrim, amongst others.
-
Zach Hilman authored
-
Zach Hilman authored
This stores a file in the save directory called '.yuzu_save_size' which stores the two save sizes (normal area and journaled area) sequentially as u64s.
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Serves no actual purpose in this instance besides making NACP's copy assignment deleted, which is not intended behavior.
-
Zach Hilman authored
Allows these functions to compile when T is not u8.
-
bunnei authored
renderer_opengl: Correct forward declaration of FramebufferLayout
-
bunnei authored
configure_per_general: Mark UI strings as translatable in the constructor
-
Lioncash authored
Like the other members related to memory regions, the attributes need to be reset back to their defaults as well.
-
- 26 Dec, 2018 10 commits
-
-
bunnei authored
configure_input_simple: Make input profile array constexpr
-
Lioncash authored
These are user-facing strings, so they should be translatable.
-
Lioncash authored
Calling tr() from a file-scope array isn't advisable, since it can be executed before the Qt libraries are even fully initialized, which can lead to crashes. Instead, the translatable strings should be annotated, and the tr() function should be called at the string's usage site.
-
Lioncash authored
This is actually a struct, not a class, which can lead to compilation warnings.
-
Rodolfo Bogado authored
-
David authored
* Fixed shader linking error due to TLDS coord should be coords * Fix remaining coords
-
bunnei authored
svc: Implement SetThreadActivity (thread suspension)
-
bunnei authored
shader_bytecode: Fixup TEXS.F16 encoding
-
bunnei authored
- This was incorrect, the game appears to handle this for us. - Fixes horizontal mode with Puyo Puyo Tetris and Super Mario Odyssey.
-
ReinUsesLisp authored
-
- 23 Dec, 2018 4 commits
-
-
bunnei authored
Port citra-emu/citra#4164: "citra_qt, video_core: Screenshot functionality"
-
bunnei authored
common/quaternion: Ensure that w is always initialized
-
bunnei authored
am: Implement HLE profile selector applet
-
bunnei authored
configure_input: Add Controller Setup Profiles and simplify input UI
-
- 22 Dec, 2018 3 commits
-
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
- 21 Dec, 2018 7 commits
-
-
Lioncash authored
Previously xyz was always being zero initialized due to its constructor, but w wasn't. Ensures that we always have a deterministic initial state.
-
bunnei authored
Fixed uninitialized memory due to missing returns in canary
-
bunnei authored
Texture format fixes for RGBA16UI for copies and R16U when used as depth
-
bunnei authored
kernel/{process, thread}: Amend behavior related to IDs
-
bunnei authored
service/am: Unstub GetAppletResourceUserId
-
bunnei authored
-
Lioncash authored
While we're at it, we can also toss out the leftover capability parsing from Citra.
-