index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
Age
Commit message (
Expand
)
Author
2014-11-30
Merge pull request #196 from archshift/settings
bunnei
2014-11-19
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Merge Config::ReadXYZs
archshift
2014-11-18
citra-qt: Small cleanup.
Tony Wasserka
2014-11-18
EmuWindow: Remove window title getters/setters.
Tony Wasserka
2014-11-18
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
2014-11-18
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
2014-11-15
Merge pull request #159 from SeannyM/enable_log
Tony Wasserka
2014-11-11
Citra-Qt: Use Core::RunLoop when not single stepping.
bunnei
2014-11-04
Qt: Auto-start game when selected, play game that's passed via argv[1].
archshift
2014-11-03
Add support for disabling log from settings
Sean
2014-11-01
Fixed capitalization issues
Gareth Poole
2014-10-27
Merge pull request #151 from archshift/dyncom-enabled
bunnei
2014-10-27
Added `gpu_refresh_rate` config setting for the new interpreter speed hack.
archshift
2014-10-27
Use configuration files to enable or disable the new dyncom interpreter.
archshift
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei
2014-10-22
Use config files to store whether SDMC is enabled or not
archshift
2014-10-12
OpenGL renderer: Request a forward compatible context in citra-qt
Yuri Kunde Schlesner
2014-10-07
Added configuration file system.
archshift
2014-09-13
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-07
bootmanager::EmuThread: fixed initialization order
archshift
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2014-09-01
Remove hand-crafted Visual Studio solution.
Yuri Kunde Schlesner
2014-09-01
CMake cleanup
Yuri Kunde Schlesner
2014-09-01
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-08-28
Loader: Added support for loading raw BIN executables.
bunnei
2014-08-25
Pica: Add support for dumping textures.
Tony Wasserka
2014-08-25
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
Pass format to the QGLWidget and use atomic instead of mutex.
Sacha
2014-08-25
Fix EmuThread loop by ensuring it exits properly.
Sacha
2014-08-25
Fix the threading for GL Context in Qt5.
Sacha
2014-08-20
Revert "Removed redundant loop in EmuThread::run()"
archshift
2014-08-19
Add Qt5 option. Use Qt5 by default.
Sacha
2014-08-18
CMake Cleanup
Sacha
2014-08-16
Removed redundant loop in EmuThread::run()
archshift
2014-08-14
Bootmanager: changed `filename` to std::string
archshift
2014-08-12
Merge pull request #41 from archshift/itr
bunnei
2014-08-12
Pica: Add command processor.
Tony Wasserka
2014-08-11
Changed iterators to use auto, some of which using range-based loops
archshift
2014-08-12
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-05
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-05
Qt: Removed unnecessary HW::Update.
bunnei
2014-07-23
Merge pull request #27 from neobrain/disassembly_view_rewrite
bunnei
2014-07-23
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
2014-07-23
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
[next]