index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement exclusive monitor
MerryMage
2018-07-22
1
-1
/
+2
*
Merge pull request #687 from lioncash/instance
bunnei
2018-07-18
1
-1
/
+3
|
\
|
*
core: Make System's default constructor private
Lioncash
2018-07-18
1
-0
/
+2
|
*
core: Don't construct instance of Core::System, just to access its live instance
Lioncash
2018-07-18
1
-1
/
+1
*
|
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
1
-1
/
+2
|
/
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
1
-2
/
+1
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-1
/
+2
*
Update clang format
James Rowe
2018-07-02
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-7
/
+7
*
core: Run all CPU cores separately, even in single-thread mode.
bunnei
2018-05-10
1
-6
/
+20
*
threading: Reschedule only on cores that are necessary.
bunnei
2018-05-10
1
-0
/
+5
*
core: Add a configuration setting for use_multi_core.
bunnei
2018-05-10
1
-6
/
+26
*
core: Support session close with multicore.
bunnei
2018-05-10
1
-4
/
+11
*
core: Create a thread for each CPU core, keep in lock-step with a barrier.
bunnei
2018-05-10
1
-5
/
+25
*
core: Move common CPU core things to its own class.
bunnei
2018-05-10
1
-48
/
+9
*
core: Replace remaining old non-generic logger usages with fmt-capable equiva...
Lioncash
2018-04-26
1
-11
/
+11
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-20
1
-6
/
+22
*
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-06
1
-0
/
+4
*
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-03-26
1
-7
/
+3
*
Clang Fixes
N00byKing
2018-03-19
1
-1
/
+2
*
More Warning cleanups
N00byKing
2018-03-19
1
-1
/
+1
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-1
/
+1
*
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-18
1
-4
/
+8
|
\
|
*
Implements citra-emu/citra#3184
N00byKing
2018-02-25
1
-4
/
+8
*
|
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+3
*
|
core: Fix scheduler-shutdown related crash
MerryMage
2018-02-21
1
-5
/
+9
*
|
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-19
1
-1
/
+1
*
|
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
1
-1
/
+2
*
|
core: Use shared_ptr for cpu_core.
bunnei
2018-02-18
1
-3
/
+3
|
/
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-11
1
-0
/
+2
*
Merge pull request #72 from N00byKing/patch-2
bunnei
2018-01-20
1
-1
/
+0
|
\
|
*
Update core.cpp
N00byKing
2018-01-17
1
-1
/
+0
*
|
Port citra #3352 to yuzu (#103)
River City Ransomware
2018-01-19
1
-0
/
+7
|
/
*
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
1
-8
/
+0
*
configuration: Add cpu_core configuration option
MerryMage
2018-01-12
1
-2
/
+10
*
arm_dynarmic: Implement core
MerryMage
2018-01-12
1
-1
/
+3
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-08
1
-0
/
+1
*
unicorn: Use for arm interface on Windows.
bunnei
2018-01-04
1
-8
/
+1
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
1
-3
/
+2
*
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-23
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-3
/
+9
|
\
|
*
Loaders: Don't automatically set the current process every time we load an ap...
Subv
2017-09-26
1
-2
/
+4
|
*
Kernel/Memory: Give each Process its own page table.
Subv
2017-09-10
1
-1
/
+0
|
*
Added missing parts in libnetwork (#2838)
B3n30
2017-08-19
1
-0
/
+5
|
/
*
telemetry: Log performance, configuration, and system data.
bunnei
2017-07-17
1
-0
/
+10
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-02
1
-6
/
+5
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
1
-4
/
+2
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
1
-9
/
+13
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-02
1
-6
/
+18
*
core: Keep track of telemetry for the current emulation session.
bunnei
2017-05-24
1
-0
/
+3
[next]