- May 13, 2016
-
-
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 07, 2016
-
-
Alexander Laties authored
-
Subv authored
We do not currently implement any cores other than the AppCore (Core 0).
-
Subv authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
-
MerryMage authored
-
bunnei authored
-
- May 06, 2016
-
-
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
-
- May 05, 2016
-
-
mailwl authored
-
- May 04, 2016
-
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
Jannik Vogel authored
-
- May 03, 2016
-
-
MerryMage authored
-
Jannik Vogel authored
-
- May 02, 2016
-
-
Jannik Vogel authored
-
- May 01, 2016
-
-
Jannik Vogel authored
-
wwylele authored
-
- Apr 30, 2016
-
-
Jannik Vogel authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Jannik Vogel authored
-
MerryMage authored
-
MerryMage authored
-
MerryMage authored
-
- Apr 29, 2016
-
-
MerryMage authored
-
wwylele authored
-
Yuri Kunde Schlesner authored
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
-
MerryMage authored
-
Henrik Rydgard authored
-
Henrik Rydgård authored
* Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
-
- Apr 28, 2016
-
-
Henrik Rydgard authored
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).
-
Henrik Rydgard authored
-
Henrik Rydgard authored
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
-