summaryrefslogtreecommitdiff
path: root/src/core/core.h
AgeCommit message (Expand)Author
2018-08-11core: Namespace EmuWindowLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-08-03Merge pull request #892 from lioncash/globalbunnei
2018-08-01kernel: Move object class to its own source filesLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-07-30audio_core: Move to audout_u impl.bunnei
2018-07-27core: Add AudioCore to global state.bunnei
2018-07-22Implement exclusive monitorMerryMage
2018-07-18core: Make System's default constructor privateLioncash
2018-05-10core: Add several missing docstrings.bunnei
2018-05-10core: Run all CPU cores separately, even in single-thread mode.bunnei
2018-05-10threading: Reschedule only on cores that are necessary.bunnei
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-05-10core: Support session close with multicore.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-05-10core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei
2018-05-10core: Move common CPU core things to its own class.bunnei
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-02-25Implements citra-emu/citra#3184N00byKing
2018-02-18kernel: Use Scheduler class for threading.bunnei
2018-02-18core: Use shared_ptr for cpu_core.bunnei
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-01-23Correct SpellingN00byKing
2018-01-04core: Increase tight_loop 100x for speed.bunnei
2017-08-03core: Expose AppLoader as a public interface.bunnei
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Optimized messages that were repetitive and added ability for core errors to ...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-24core: Keep track of telemetry for the current emulation session.bunnei
2017-02-26Core: Re-write frame limiterYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-01-30core: inline CPU, 132 warnings fixed on GCCKloen
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei