summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2018-07-22Implement exclusive monitorMerryMage
2018-07-18Merge pull request #687 from lioncash/instancebunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18core: Make System's default constructor privateLioncash
2018-07-18core: Don't construct instance of Core::System, just to access its live instanceLioncash
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
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: 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-26core: Replace remaining old non-generic logger usages with fmt-capable equiva...Lioncash
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-19Clang FixesN00byKing
2018-03-19More Warning cleanupsN00byKing
2018-03-19Clean Warnings (?)N00byKing
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-21core: Fix scheduler-shutdown related crashMerryMage
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
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-20Merge pull request #72 from N00byKing/patch-2bunnei
2018-01-19Port citra #3352 to yuzu (#103)River City Ransomware
2018-01-17Update core.cppN00byKing
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12configuration: Add cpu_core configuration optionMerryMage
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Subv
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-08-19Added missing parts in libnetwork (#2838)B3n30
2017-07-17telemetry: Log performance, configuration, and system data.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-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