- 19 Nov, 2018 17 commits
-
-
Lioncash authored
kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer Both member functions assume the passed in target process will not be null. Instead of making this assumption implicit, we can change the functions to be references and enforce this at the type-system level.
-
Lioncash authored
Given this doesn't mutate instance state, we can provide a const-qualified variant as well.
-
Lioncash authored
Keeps the interface consistent with the regular Create() function.
-
Lioncash authored
Makes the interface nicer to use in terms of 64-bit code, as it makes it less likely for one to get truncation warnings (and also makes sense in the context of the rest of the interface where 64-bit types are used for sizes and offsets
-
Lioncash authored
Rather than allow unfettered access to the class internals, we hide all members by default and create and API that other code can operate against.
-
bunnei authored
textures/decoders: Replace magic numbers
-
bunnei authored
Missing ogl states
-
bunnei authored
travis: Use pre-built image for clang-format target
-
bunnei authored
Handle missing git info when building
-
Frederic L authored
-
bunnei authored
game_list: Only reload game list after relevant settings changed
-
bunnei authored
ldr_ro: Complete LDR:RO implementation
-
bunnei authored
Implemented CalculateStandardUserSystemClockDifferenceByUser
-
Schplee authored
* Correctly sets default system language for yuzu-CLI A user reported that yuzu_cmd runs games in Japanese rather than the correct default of English (like yuzu-qt does correctly), this change fixes that. * fix clang issue deleted whitespace
-
bunnei authored
gl_rasterizer: Remove default clip distance
-
bunnei authored
vi: Implement TransactParcel for Disconnect and DetachBuffer
-
ReinUsesLisp authored
-
- 18 Nov, 2018 4 commits
-
-
Mat M authored
svc: ResetSignal is not stubbed
-
Rodolfo Bogado authored
-
Zach Hilman authored
-
- 17 Nov, 2018 19 commits
-
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
only enable color mask for the first framebuffer id independent blending is disabled
-
Rodolfo Bogado authored
-
Rodolfo Bogado authored
-
Zach Hilman authored
Used by homebrew on exit. According to switchbrew, returns an empty response parcel with one zero in it.
-
Hexagon12 authored
am: Stub EnableApplicationCrashReport
-
MysticExile authored
-
bunnei authored
Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading"
-
bunnei authored
Include QT imageformat dependencies with releases
-
bunnei authored
Added various bluetooth based cmds for palma
-
bunnei authored
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
-
bunnei authored
kernel/errors: Clean up error codes
-
bunnei authored
- Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
-