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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
Improve error report from Init() functions
LittleWhite
1
-1
/
+1
2015-12-30
core: Use unique_ptr for holding the interpreter instances
Lioncash
1
-2
/
+3
2015-11-29
Core/ARM11: Correct the size of the VFP register array in the ThreadContext structure.
Subv
1
-1
/
+1
2015-05-11
fixup! Set the TLS address in the scheduler
Subv
1
-2
/
+0
2015-05-11
Core/Memory: Give every emulated thread it's own TLS area.
Subv
1
-0
/
+2
2015-04-20
dyncom: Remove more unused/unnecessary code
Lioncash
1
-3
/
+0
2015-02-01
arm: Clean up ARMul_State
Lioncash
1
-1
/
+0
2015-02-01
arm: Adios armemu
Lioncash
1
-5
/
+0
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-2
/
+18
2015-01-03
Core: Change default CPU to dyncom.
bunnei
1
-1
/
+1
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-12
Core: Changed RunLoop iterations to 1000 (slightly better performance).
bunnei
1
-6
/
+6
2014-10-28
Use configuration files to enable or disable the new dyncom interpreter.
archshift
1
-0
/
+5
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
1
-1
/
+1
2014-08-31
Core: Refactor core to use only one function for execution.
bunnei
1
-2
/
+9
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-2
/
+2
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-29
/
+4
2014-04-05
added initial support for hw.cpp module
bunnei
1
-0
/
+3
2014-04-05
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
1
-2
/
+0
2014-04-05
- added an interface layer for ARM cores
bunnei
1
-1
/
+7
2014-04-04
Add Core::GetState() for debugger
Mathieu Vaillancourt
1
-0
/
+4
2013-10-03
moved some core functions over to system module
ShizZy
1
-7
/
+1
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
-19
/
+9
2013-09-14
renamed project to 'citrus'
ShizZy
1
-1
/
+1
2013-09-06
added core and mem_map files to the project
ShizZy
1
-0
/
+70