- Jun 02, 2015
-
-
chinhodado authored
-
- May 30, 2015
-
-
Yuri Kunde Schlesner authored
Kernel: Add VMManager to manage process address spaces
-
- May 29, 2015
-
-
Yuri Kunde Schlesner authored
Ban trailing whitespace from the entire project, forever
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Yuri Kunde Schlesner authored
Move src/assets/citra.ico and doc-icon.png to dist
-
- May 27, 2015
-
-
Yuri Kunde Schlesner authored
hid: Get rid of undefined behavior
-
Lioncash authored
Modifying a variable twice across a sequence point.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built.
-
Yuri Kunde Schlesner authored
arm_dyncom_thumb: Merge STR/LDR table subsets.
-
Lioncash authored
-
Lioncash authored
dyncom: Minor cleanup.
-
- May 26, 2015
- May 25, 2015
-
-
Subv authored
This SharedMemory can be passed to service functions (Which should map the memory into their own address space).
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Yuri Kunde Schlesner authored
It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change.
-
- May 24, 2015
- May 23, 2015
-
-
Lioncash authored
video_core/core: Get rid of more warnings.
-
Tony Wasserka authored
Qt: Silence a bogus warning printed when using the debug runtime
-
Yuri Kunde Schlesner authored
The Qt debug runtime prints a bogus warning on the console if you haven't called makeCurrent since the last time you called swapBuffers. This presumably means something if you're using QGLWidget the "regular" way, but in our multi-threaded use case is harmless since we never call doneCurrent in the rendering thread.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
dyncom: Remove unused variables and parameters.
-
Lioncash authored
-
Lioncash authored
It's entirely unused. Also allows getting rid of more clunky macros.
-
bunnei authored
GPU: Consolidate Pica state
-
Lioncash authored
-
bunnei authored
-
bunnei authored
HID: Stub DisableAccelerometer and DisableGyroscopeLow
-
- May 22, 2015
-
-
Yuri Kunde Schlesner authored
gl_state: Fix a condition typo in Apply
-
Lioncash authored
-
Lioncash authored
VFP: Log as trace to get rid of spamming.
-