- May 07, 2019
-
-
Lioncash authored
The C++ standard allows constexpr variables declared with the extern keyword to have external linkage. Previously MSVC wasn't abiding by this. This just makes the compiler more standards compliant during builds. Given we currently don't make use of anything that would break by this, this is safe to enable.
-
Lioncash authored
Makes it much nicer to visually scan the options. This also starts the flag descriptions from the same column for the same reason.
-
- May 01, 2019
-
- Apr 30, 2019
- Apr 29, 2019
- Apr 26, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Apr 25, 2019
-
-
bunnei authored
kernel/svc: Clean up wait synchronization related functionality
-
bunnei authored
Allow picking a Compatibility Profile for OpenGL.
-
bunnei authored
Port citra-emu/citra#4748: "Launch directly in Mac without terminal"
-
bunnei authored
applets: Add AppletManager and implement PhotoViewer and Error applets
-
bunnei authored
CMakeLists: Ensure we specify Unicode as the codepage on Windows
-
- Apr 23, 2019
-
-
FreddyFunk authored
-
unknown authored
-
unknown authored
-
unknown authored
-
Hexagon12 authored
gl_state: Fix samplers memory corruption
-
Hexagon12 authored
Fix flipping on some games by applying Y direction register
-
bunnei authored
gl_shader_decompiler: Disable variable AOFFI on unsupported devices
-
bunnei authored
service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()
-
- Apr 22, 2019
- Apr 21, 2019
-
-
Fernando Sahmkow authored
-
- Apr 20, 2019
-
-
tkeph616 authored
-
bunnei authored
Do some corrections in conversion shader instructions.
-
Fernando Sahmkow authored
This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq
-
bunnei authored
shader_ir/decode: Miscellaneous fixes to half-float decompilation
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
- Apr 19, 2019
-
-
bunnei authored
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
-
bunnei authored
yuzu/bootmanager: Resolve constructor initializer list warnings
-
bunnei authored
kernel/svc: Name supervisor call 0x36
-
bunnei authored
core: Reorganize boot order
-
ReinUsesLisp authored
It was possible for "samplers" to be read without being written. This addresses that.
-