- Oct 19, 2014
-
-
Tony Wasserka authored
emu_window_glfw.cpp: Fixed graceful quitting
-
archshift authored
In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't.
-
- Oct 17, 2014
-
-
Tony Wasserka authored
Implemented graceful closing of the GLFW window, along with emulation.
-
archshift authored
-
- Oct 12, 2014
-
-
Tony Wasserka authored
OpenGL Refactor
-
Yuri Kunde Schlesner authored
This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
-
Yuri Kunde Schlesner authored
The OpenGL renderer has been revised, with the following changes: - Initialization and rendering have been refactored to reduce the number of redundant objects used. - Framebuffer rotation is now done directly, using texture mapping. - Vertex coordinates are now given in pixels, and the projection matrix isn't hardcoded anymore.
-
Yuri Kunde Schlesner authored
This name better represents what the enum does, and is less overloaded in the context. (The whole register the enum is part of is also called 'format'.)
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Also make destructor virtual so that instances are properly destructed.
-
- Oct 09, 2014
-
-
bunnei authored
Fix warnings in video_core
-
- Oct 08, 2014
-
-
Lioncash authored
-
bunnei authored
APT:U Added a stub fuction for "GlanceParameter"
-
purpasmart96 authored
-
- Oct 07, 2014
- Oct 06, 2014
-
-
bunnei authored
Fix the filesystem implementation in order to get blargSnes to run
-
Emmanuel Gil Peyrot authored
Core: Fix the SDMC Directory implementation to make blargSnes work.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open.
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- Oct 05, 2014
-
-
Tony Wasserka authored
Added some more names to the function table
-
- Oct 04, 2014
-
-
purpasmart96 authored
Added "SetApplicationCpuTimeLimit" and "GetApplicationCpuTimeLimit" to apt.cpp
-
- Oct 01, 2014
-
-
bunnei authored
Added "StoreDataCache" to the function table
-
- Sep 30, 2014
-
-
purpasmart96 authored
seems simple enough
-
bunnei authored
Fix warnings in core and common
-
- Sep 28, 2014
-
-
Lioncash authored
-
- Sep 23, 2014
- Sep 21, 2014
- Sep 19, 2014
-
-
bunnei authored
Implement filesystem services, and the required kernel objects.
-
- Sep 17, 2014
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-