- May 09, 2016
-
-
Lioncash authored
Also gets rid of pointer data variants as this prevents the use of the regular swapping routines as unary predicates in std lib functions. They also cast to stricter alignment types, which is undefined behavior.
-
- May 08, 2016
-
-
bunnei authored
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
-
- May 07, 2016
-
-
bunnei authored
fixup simple type conversions where possible
-
bunnei authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory
-
Alexander Laties authored
-
Subv authored
We do not currently implement any cores other than the AppCore (Core 0).
-
bunnei authored
AudioCore: SDL2 Sink
-
Subv authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
-
MerryMage authored
-
bunnei authored
-
bunnei authored
Move glad initialisation to the frontend
-
- May 06, 2016
-
-
bunnei authored
fix loader: return proper result
-
wwylele authored
-
Emmanuel Gil Peyrot authored
On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader.
-
bunnei authored
hle: Get rid of direct global access to g_reschedule
-
bunnei authored
-
- May 05, 2016
-
-
bunnei authored
Qt: display game icon and title in the game list
-
Sebastian Valle authored
Layout Mii parameters input/output, and return success as result of applet work
-
mailwl authored
-
bunnei authored
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
-
- May 04, 2016
-
-
bunnei authored
DSP/HLE: Implement Source processing
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
Jannik Vogel authored
-
- May 03, 2016
-
-
MerryMage authored
-
bunnei authored
OpenGL: Don't copy const_color (Reverts #1745)
-
Jannik Vogel authored
-
bunnei authored
Pica: Replace logic in shader.cpp with loop
-
- May 02, 2016
-
-
Jannik Vogel authored
-
bunnei authored
add config block 0x00170000; remove duplicated content
-
- May 01, 2016
-
-
bunnei authored
Fix video_core includes (and dependencies) using include-what-you-use
-
bunnei authored
OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied
-
Jannik Vogel authored
-
wwylele authored
-
- Apr 30, 2016
-
-
Jannik Vogel authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
linkmauve authored
Remove TGA dumper
-
bunnei authored
Audio Config: Implement null sink and implement sink configuration
-