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
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
1
-0
/
+4
2018-03-27
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
1
-7
/
+3
2018-03-19
Clang Fixes
N00byKing
1
-1
/
+2
2018-03-19
More Warning cleanups
N00byKing
1
-1
/
+1
2018-03-19
Clean Warnings (?)
N00byKing
1
-1
/
+1
2018-03-14
core: Move process creation out of global state.
bunnei
1
-1
/
+3
2018-02-25
Implements citra-emu/citra#3184
N00byKing
1
-4
/
+8
2018-02-21
core: Fix scheduler-shutdown related crash
MerryMage
1
-5
/
+9
2018-02-19
scheduler: Cleanup based on PR feedback.
bunnei
1
-1
/
+1
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
1
-1
/
+2
2018-02-18
core: Use shared_ptr for cpu_core.
bunnei
1
-3
/
+3
2018-02-12
Make a GPU class in VideoCore to contain the GPU state.
Subv
1
-0
/
+2
2018-01-20
Port citra #3352 to yuzu (#103)
River City Ransomware
1
-0
/
+7
2018-01-17
Update core.cpp
N00byKing
1
-1
/
+0
2018-01-13
Remove gpu debugger and get yuzu qt to compile
James Rowe
1
-8
/
+0
2018-01-12
configuration: Add cpu_core configuration option
MerryMage
1
-2
/
+10
2018-01-12
arm_dynarmic: Implement core
MerryMage
1
-1
/
+3
2018-01-09
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
1
-0
/
+1
2018-01-04
unicorn: Use for arm interface on Windows.
bunnei
1
-8
/
+1
2018-01-03
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
1
-3
/
+2
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
1
-1
/
+1
2017-09-27
Loaders: Don't automatically set the current process every time we load an application.
Subv
1
-2
/
+4
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
1
-1
/
+0
2017-08-19
Added missing parts in libnetwork (#2838)
B3n30
1
-0
/
+5
2017-07-18
telemetry: Log performance, configuration, and system data.
bunnei
1
-0
/
+10
2017-06-03
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
1
-6
/
+5
2017-06-03
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
1
-4
/
+2
2017-06-03
Made some changes from review comments:
TheKoopaKingdom
1
-9
/
+13
2017-06-03
Added system for handling core errors in citra-qt.
TheKoopaKingdom
1
-6
/
+18
2017-05-25
core: Keep track of telemetry for the current emulation session.
bunnei
1
-0
/
+3
2017-05-10
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
1
-2
/
+3
2017-02-27
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
1
-3
/
+2
2017-02-27
Add performance statistics to status bar
Yuri Kunde Schlesner
1
-0
/
+9
2017-02-11
core: Free AppLoader on shutdown to release file (#2558)
Yuri Kunde Schlesner
1
-9
/
+2
2016-12-24
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
wwylele
1
-0
/
+1
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
1
-7
/
+7
2016-12-22
Address clang-format issues.
bunnei
1
-3
/
+3
2016-12-22
core: Remove HLE module, consolidate code & various cleanups.
bunnei
1
-7
/
+19
2016-12-22
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-25
/
+87
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
1
-1
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-3
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-2
/
+3
2016-09-15
core: Add configuration option for CPU JIT.
bunnei
1
-7
/
+12
2016-05-06
HLE: Rename RescheduleIsPending to IsReschedulePending.
bunnei
1
-1
/
+1
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-3
/
+2
2016-03-21
hle: Get rid of global access to g_reschedule
Lioncash
1
-1
/
+1
2016-03-08
Improve error report from Init() functions
LittleWhite
1
-2
/
+1
2015-12-30
core: Use unique_ptr for holding the interpreter instances
Lioncash
1
-6
/
+9
2015-10-04
Implement gdbstub
polaris-
1
-0
/
+17
2015-09-20
Implement gdbstub
polaris-
1
-0
/
+17
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
1
-3
/
+0
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-1
/
+0
2015-05-12
Thread: Remove the idle thread
Yuri Kunde Schlesner
1
-2
/
+2
2015-05-11
Core/Memory: Give every emulated thread it's own TLS area.
Subv
1
-4
/
+0
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
1
-1
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-04-06
core: Migrate 3DS-specific CP15 register setting into Init
Lioncash
1
-0
/
+5
2015-02-13
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
1
-5
/
+4
2015-02-01
arm: Adios armemu
Lioncash
1
-12
/
+2
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
1
-1
/
+1
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-0
/
+1
2015-01-09
Core: Fixed a crash and removed some unused variables.
Subv
1
-6
/
+0
2015-01-08
Threads: Use a dummy idle thread when no other are ready.
Subv
1
-1
/
+12
2015-01-03
Core: Change default CPU to dyncom.
bunnei
1
-2
/
+2
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-2
/
+2
2014-11-19
Add static to some variables
Lioncash
1
-7
/
+7
2014-10-28
Use configuration files to enable or disable the new dyncom interpreter.
archshift
1
-3
/
+14
2014-09-09
core: Prune redundant includes
archshift
1
-6
/
+0
2014-08-31
Core: Refactor core to use only one function for execution.
bunnei
1
-18
/
+8
2014-08-06
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
1
-8
/
+12
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
1
-4
/
+4
2014-06-13
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
bunnei
1
-11
/
+12
2014-06-13
Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)
bunnei
1
-2
/
+2
2014-06-05
hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
bunnei
1
-1
/
+2
2014-05-30
core: changed time delay before kernel reschedule to "approximate" a screen refresh
bunnei
1
-3
/
+12
2014-05-23
core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructions
bunnei
1
-1
/
+6
2014-05-17
updated how we call ARM core to make things much faster
bunnei
1
-3
/
+6
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