index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-11
cleaned up some logging messages
bunnei
1
-20
/
+2
2014-04-11
added initial modules for setting up SysCall HLE
bunnei
1
-0
/
+18
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-6
/
+8
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed some license headers that I missed
bunnei
1
-23
/
+3
2014-04-05
added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made
bunnei
1
-1
/
+5
2014-04-05
- added an interface layer for ARM cores
bunnei
1
-76
/
+11
2014-04-04
added some commented out ARMulator functions
bunnei
1
-20
/
+3
2014-04-04
Add Core::GetState() for debugger
Mathieu Vaillancourt
1
-0
/
+5
2014-04-01
added very hackish ARMulator core initialization and CPU stepping
bunnei
1
-6
/
+97
2013-10-03
moved some core functions over to system module
ShizZy
1
-4
/
+2
2013-10-02
added a message option to Core::Halt function
ShizZy
1
-1
/
+1
2013-09-27
added system.h to project
ShizZy
1
-3
/
+15
2013-09-19
added log msg to core
ShizZy
1
-0
/
+2
2013-09-14
renamed project to 'citrus'
ShizZy
1
-1
/
+1
2013-09-08
updated common paths
ShizZy
1
-0
/
+2
2013-09-06
added core and mem_map files to the project
ShizZy
1
-2
/
+46
2013-09-05
added missing files
ShizZy
1
-0
/
+2