summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
2014-12-13Add configurable per-class log filteringYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-30Merge pull request #196 from archshift/settingsbunnei
2014-11-29GLFW: Add an error callback before calling glfwInit()Emmanuel Gil Peyrot
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Merge Config::ReadXYZsarchshift
2014-11-18citra GLFW: Ignore minimal window size hints.Tony Wasserka
2014-11-18EmuWindow: Remove window title getters/setters.Tony Wasserka
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-11-15Merge pull request #159 from SeannyM/enable_logTony Wasserka
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-11-03Add support for disabling log from settingsSean
2014-10-27Merge pull request #151 from archshift/dyncom-enabledbunnei
2014-10-27Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
2014-10-19emu_window_glfw.cpp: Fixed graceful quittingarchshift
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.archshift
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner
2014-10-07Added configuration file system.archshift
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-09-01CMake cleanupYuri Kunde Schlesner
2014-09-01Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner
2014-08-30Core: Refactor core to use only one function for execution.bunnei
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-19Removed unused citra.harchshift
2014-06-24Loader: Implemented AppLoader interface for abstracting application loading.bunnei
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-05-22Merge branch 'master' of https://github.com/bunnei/citrabunnei
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
2014-05-18Merge pull request #13 from archshift/masterbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-04Fixed indentsarchshift
2014-05-01Check arg count before attempting to access it.archshift
2014-05-01Use runtime arguments to specify boot filename.archshift
2014-04-30Fixed indentsarchshift
2014-04-30Reverse debugging changesarchshift
2014-04-30Linux supportarchshift
2014-04-30TGA dumps work, courtesy of @bunneiarchshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift