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
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-4
/
+4
2018-09-07
core: Migrate current_process pointer to the kernel
Lioncash
1
-1
/
+4
2018-09-04
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
1
-1
/
+1
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-21
/
+35
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
1
-100
/
+38
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-0
/
+8
2018-08-25
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
1
-2
/
+2
2018-08-25
debug_utils: Remove unused includes
Lioncash
1
-0
/
+1
2018-08-23
qt: Add filename and title id to window title while running
Zach Hilman
1
-0
/
+7
2018-08-16
core: Delete System copy/move constructors and assignment operators
Lioncash
1
-0
/
+6
2018-08-12
core: Namespace EmuWindow
Lioncash
1
-3
/
+6
2018-08-10
loader: Add more descriptive errors
Zach Hilman
1
-15
/
+9
2018-08-09
core: Port core to VfsFilesystem for file access
Zach Hilman
1
-0
/
+12
2018-08-07
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
1
-0
/
+11
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
1
-1
/
+21
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
1
-2
/
+1
2018-08-02
kernel: Move object class to its own source files
Lioncash
1
-1
/
+1
2018-08-02
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
1
-4
/
+6
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
1
-6
/
+8
2018-07-31
audio_core: Move to audout_u impl.
bunnei
1
-7
/
+0
2018-07-28
core: Add AudioCore to global state.
bunnei
1
-0
/
+7
2018-07-22
Implement exclusive monitor
MerryMage
1
-0
/
+12
2018-07-19
core: Make System's default constructor private
Lioncash
1
-0
/
+2
2018-05-11
core: Add several missing docstrings.
bunnei
1
-0
/
+8
2018-05-11
core: Run all CPU cores separately, even in single-thread mode.
bunnei
1
-7
/
+3
2018-05-11
threading: Reschedule only on cores that are necessary.
bunnei
1
-0
/
+2
2018-05-11
core: Add a configuration setting for use_multi_core.
bunnei
1
-8
/
+2
2018-05-11
core: Support session close with multicore.
bunnei
1
-1
/
+1
2018-05-11
core: Implement multicore support.
bunnei
1
-10
/
+16
2018-05-11
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
1
-7
/
+17
2018-05-11
core: Move common CPU core things to its own class.
bunnei
1
-10
/
+6
2018-04-21
core: Relocate g_service_manager to the System class
Lioncash
1
-0
/
+12
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
1
-0
/
+1
2018-03-25
GPU: Make the debug_context variable a member of the frontend instead of a global.
Subv
1
-0
/
+11
2018-03-14
core: Move process creation out of global state.
bunnei
1
-0
/
+11
2018-02-25
Implements citra-emu/citra#3184
N00byKing
1
-2
/
+2
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
1
-0
/
+6
2018-02-18
core: Use shared_ptr for cpu_core.
bunnei
1
-3
/
+1
2018-02-12
Make a GPU class in VideoCore to contain the GPU state.
Subv
1
-0
/
+7
2018-01-23
Correct Spelling
N00byKing
1
-2
/
+2
2018-01-04
core: Increase tight_loop 100x for speed.
bunnei
1
-1
/
+1
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