summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Expand)Author
2014-11-30Merge pull request #196 from archshift/settingsbunnei
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-qt: Small cleanup.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-11Citra-Qt: Use Core::RunLoop when not single stepping.bunnei
2014-11-04Qt: Auto-start game when selected, play game that's passed via argv[1].archshift
2014-11-03Add support for disabling log from settingsSean
2014-11-01Fixed capitalization issuesGareth Poole
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-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner
2014-10-07Added configuration file system.archshift
2014-09-13Merge pull request #97 from archshift/cleanupbunnei
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-07bootmanager::EmuThread: fixed initialization orderarchshift
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
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-28Loader: Added support for loading raw BIN executables.bunnei
2014-08-25Pica: Add support for dumping textures.Tony Wasserka
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25Pass format to the QGLWidget and use atomic instead of mutex.Sacha
2014-08-25Fix EmuThread loop by ensuring it exits properly.Sacha
2014-08-25Fix the threading for GL Context in Qt5.Sacha
2014-08-20Revert "Removed redundant loop in EmuThread::run()"archshift
2014-08-19Add Qt5 option. Use Qt5 by default.Sacha
2014-08-18CMake CleanupSacha
2014-08-16Removed redundant loop in EmuThread::run()archshift
2014-08-14Bootmanager: changed `filename` to std::stringarchshift
2014-08-12Merge pull request #41 from archshift/itrbunnei
2014-08-12Pica: Add command processor.Tony Wasserka
2014-08-11Changed iterators to use auto, some of which using range-based loopsarchshift
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-08-05Qt: Removed unnecessary HW::Update.bunnei
2014-07-23Merge pull request #27 from neobrain/disassembly_view_rewritebunnei
2014-07-23citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka
2014-07-23Disassembler: Chose slightly lower value for chunk size.Tony Wasserka
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather...Tony Wasserka