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
2017-08-04
core: Expose AppLoader as a public interface.
bunnei
1
-4
/
+5
2017-06-03
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
1
-9
/
+7
2017-06-03
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
1
-9
/
+3
2017-06-03
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
TheKoopaKingdom
1
-2
/
+15
2017-06-03
Made some changes from review comments:
TheKoopaKingdom
1
-1
/
+0
2017-06-03
Added system for handling core errors in citra-qt.
TheKoopaKingdom
1
-0
/
+13
2017-05-25
core: Keep track of telemetry for the current emulation session.
bunnei
1
-0
/
+16
2017-02-27
Core: Re-write frame limiter
Yuri Kunde Schlesner
1
-0
/
+1
2017-02-27
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
1
-2
/
+1
2017-02-27
Add performance statistics to status bar
Yuri Kunde Schlesner
1
-1
/
+6
2017-01-30
core: inline CPU, 132 warnings fixed on GCC
Kloen
1
-1
/
+1
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
1
-11
/
+0
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
1
-9
/
+9
2016-12-22
Address clang-format issues.
bunnei
1
-12
/
+13
2016-12-22
core: Remove HLE module, consolidate code & various cleanups.
bunnei
1
-11
/
+17
2016-12-22
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-33
/
+99
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-2
/
+2
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