index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
Age
Commit message (
Expand
)
Author
2018-05-10
core: Run all CPU cores separately, even in single-thread mode.
bunnei
2018-05-10
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
core: Support session close with multicore.
bunnei
2018-05-10
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-10
core: Move common CPU core things to its own class.
bunnei
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equiva...
Lioncash
2018-04-20
core: Relocate g_service_manager to the System class
Lioncash
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-03-26
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-03-19
Clang Fixes
N00byKing
2018-03-19
More Warning cleanups
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-25
Implements citra-emu/citra#3184
N00byKing
2018-02-21
core: Fix scheduler-shutdown related crash
MerryMage
2018-02-19
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-18
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
core: Use shared_ptr for cpu_core.
bunnei
2018-02-11
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-01-20
Merge pull request #72 from N00byKing/patch-2
bunnei
2018-01-19
Port citra #3352 to yuzu (#103)
River City Ransomware
2018-01-17
Update core.cpp
N00byKing
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
configuration: Add cpu_core configuration option
MerryMage
2018-01-12
arm_dynarmic: Implement core
MerryMage
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-04
unicorn: Use for arm interface on Windows.
bunnei
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-26
Loaders: Don't automatically set the current process every time we load an ap...
Subv
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
2017-08-19
Added missing parts in libnetwork (#2838)
B3n30
2017-07-17
telemetry: Log performance, configuration, and system data.
bunnei
2017-06-02
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-05-24
core: Keep track of telemetry for the current emulation session.
bunnei
2017-05-09
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-02-26
Core: Make PerfStats internally locked
Yuri Kunde Schlesner
2017-02-26
Add performance statistics to status bar
Yuri Kunde Schlesner
2017-02-11
core: Free AppLoader on shutdown to release file (#2558)
Yuri Kunde Schlesner
2016-12-24
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
wwylele
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
Address clang-format issues.
bunnei
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
[next]