index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra
/
citra.cpp
Age
Commit message (
Expand
)
Author
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