- Jun 13, 2015
-
-
Lectem authored
-
- Jun 09, 2015
-
-
Lectem authored
Remove unneeded stuff from pre-commit script The check against an empty commit was not needed (it is only a security for the 1st commit after git init). It could also possibly pose problems because of the redirection to /dev/null on some windows systems. newline at EOF & fixed indent
-
- 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.
-
bunnei authored
-
bunnei authored
OpenGL Hardware Renderer
-
purpasmart96 authored
-
tfarley authored
-
tfarley authored
-
tfarley authored
-
tfarley authored
-
Yuri Kunde Schlesner authored
Service::Y2R: Support for grayscale decoding of specific formats
-
Yuri Kunde Schlesner authored
Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.
-
Lioncash authored
dyncom: Eliminate clang warnings
-
- May 21, 2015
-
-
Lioncash authored
Gets rid of a whole load of missing brace initialization warnings.
-
Yuri Kunde Schlesner authored
ResourceLimit handles shouldn’t be waitable
-
Emmanuel Gil Peyrot authored
Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again.
-
Yuri Kunde Schlesner authored
Thread reschedule and MOFLEX fixes
-
- May 20, 2015
- May 18, 2015
-
-
bunnei authored
Use condition var to properly pause the CPU thread
-
bunnei authored
CFG: Update the cfg service to be like other integrated services
-
James Rowe authored
Adds support for threaded pausing so citra doesn't spin wait on pause
-
bunnei authored
core/video_core: Fix a few warnings when compiling on MSVC.
-
bunnei authored
Implement svcBreak
-
- May 17, 2015
-
-
Tony Wasserka authored
GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the default attribs.
-