index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra
/
citra.cpp
Age
Commit message (
Expand
)
Author
2016-04-20
SDL2 Frontend: Use argv[0], add a --version, and reorder options.
Emmanuel Gil Peyrot
2016-04-11
Use Settings::Apply in SDL frontend
Jannik Vogel
2016-04-06
Default to settings from ini for gdbstub
polaris-
2016-04-06
Adopted WinterMute's gdbstub changes
polaris-
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-15
citra: Shutdown cleanly if ROM load fails
MerryMage
2016-03-02
Dependencies: Remove GLFW, Add SDL2
MerryMage
2015-10-22
Handle changes pointed out in comments on PR
polaris-
2015-10-04
Toggle use_gdbstub in citra GLFW
polaris-
2015-10-04
Implement gdbstub
polaris-
2015-09-19
Implement gdbstub
polaris-
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-15
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-07-12
Implement new argument parsing using getopt and add the corresponding library...
Greg Wicks
2015-06-28
Citra: Fix the includes a bit, thanks to include-what-you-use.
Emmanuel Gil Peyrot
2015-05-22
OpenGL renderer
tfarley
2015-05-12
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
Common: Remove many unnecessary cross-platform compatibility macros
Yuri Kunde Schlesner
2015-03-06
Logging: check for filter before sending to the queue, to skip all heavy form...
Emmanuel Gil Peyrot
2015-01-04
Frontends: Shutdown core when emulation is stopped
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
New logging system
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-03
Add support for disabling log from settings
Sean
2014-10-17
Implemented graceful closing of the GLFW window, along with emulation.
archshift
2014-10-07
Added configuration file system.
archshift
2014-08-30
Core: Refactor core to use only one function for execution.
bunnei
2014-08-19
Removed unused citra.h
archshift
2014-06-24
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
2014-06-16
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-05-18
Merge pull request #13 from archshift/master
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-04
Fixed indents
archshift
2014-05-01
Check arg count before attempting to access it.
archshift
2014-05-01
Use runtime arguments to specify boot filename.
archshift
2014-04-08
fixed license headers in citra project
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei