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.h
Age
Commit message (
Expand
)
Author
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-06
GDBStub works with both Unicorn and Dynarmic now (#941)
Hedges
2018-08-05
Merge pull request #912 from lioncash/global-var
bunnei
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
Merge pull request #892 from lioncash/global
bunnei
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-07-30
audio_core: Move to audout_u impl.
bunnei
2018-07-27
core: Add AudioCore to global state.
bunnei
2018-07-22
Implement exclusive monitor
MerryMage
2018-07-18
core: Make System's default constructor private
Lioncash
2018-05-10
core: Add several missing docstrings.
bunnei
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: Implement multicore support.
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-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-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
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-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-23
Correct Spelling
N00byKing
2018-01-04
core: Increase tight_loop 100x for speed.
bunnei
2017-08-03
core: Expose AppLoader as a public interface.
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
Optimized messages that were repetitive and added ability for core errors to ...
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-02-26
Core: Re-write frame limiter
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-01-30
core: inline CPU, 132 warnings fixed on GCC
Kloen
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
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
[next]