- Mar 13, 2016
-
-
Lioncash authored
-
- Mar 12, 2016
-
-
Lioncash authored
An equivalent enum already exists within address_arbiter.h
-
Lioncash authored
-
bunnei authored
HLE/Applets: Implemented a dummy Mii Selector applet.
-
Subv authored
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
-
bunnei authored
gsp_gpu: Change 0 literal to nullptr
-
Lioncash authored
-
bunnei authored
hle: Update service function tables
-
Lioncash authored
-
- Mar 10, 2016
-
-
bunnei authored
emitter: constexpr/misc changes
-
Yuri Kunde Schlesner authored
Common: Get rid of alignment macros
-
Yuri Kunde Schlesner authored
Fix attribute mapping in vs debugger
-
- Mar 09, 2016
-
-
Mathew Maidment authored
Fix missing return
-
LittleWhite authored
-
bunnei authored
renderer_base: Minor changes
-
Jannik Vogel authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
The gl rasterizer already uses alignas, so we may as well move everything over.
-
bunnei authored
Output errors in GUI
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
-
- Mar 08, 2016
-
-
LittleWhite authored
Add error popup when citra initialization failed
-
bunnei authored
AudioCore: Implement Pipe 2
-
bunnei authored
Set the appropriate locale to get float conversion working using to_string
-
- Mar 07, 2016
-
-
LittleWhite authored
-
- Mar 06, 2016
-
-
MerryMage authored
Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the application signals to the DSP to initialize) and the application (the DSP provides the memory location of structures in the shared memory region).
-
bunnei authored
Pica: Write depth value even when depth test is disabled
-
Yuri Kunde Schlesner authored
Memory: Do correct Phys->Virt address translation for non-APP linheap
-
Yuri Kunde Schlesner authored
-
Mathew Maidment authored
core: Use unrestricted union to hold storage of ResultVal value
-
Yuri Kunde Schlesner authored
This has been confirmed on hardware. Fixes Etrian Odyssey IV.
-
Mathew Maidment authored
DSP: Print hash of firmware to console
-
MerryMage authored
-
- Mar 05, 2016
-
-
Yuri Kunde Schlesner authored
Loader/NCCH: Log the program ID during loading
-