- May 13, 2016
-
-
Subv authored
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
-
Subv authored
Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.
-
Subv authored
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed.
-
Subv authored
R0 is used as the last parameter instead of R4.
-
- 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
-