summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2018-10-18core: Remove unnecessary assert in ArmInterface()Lioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the live Cpu instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-06core: Migrate current_process pointer to the kernelLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-09-04core: Use a raw pointer in GetGPUDebugContext.Markus Wick
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24core: Remove always true conditionals in Load()Lioncash
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11loader: Join 0* files in directory if filename is 00Zach Hilman
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-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash
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-03Merge pull request #894 from lioncash/objectbunnei
2018-08-02hw: Remove unused filesLioncash
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-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