index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
system.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-29
system: Add a function to see if the emulator is running.
bunnei
2016-03-09
Fix missing return
LittleWhite
2016-03-08
Improve error report from Init() functions
LittleWhite
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
2015-10-11
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-04
Implement gdbstub
polaris-
2015-08-16
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-05-04
Core: Remove some unused functions and types
Yuri Kunde Schlesner
2015-01-08
Core: Fixed a crash and removed some unused variables.
Subv
2014-12-20
License change
purpasmart96
2014-12-16
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-06-27
Core: Removed unused directory_file_system and meta_file_system modules.
bunnei
2014-06-13
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-04-10
cleaned up some logging messages
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