summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Remove usages of System::GetInstance() within the enginesLioncash2019-02-161-1/+1
* core_timing: Convert core timing into a classLioncash2019-02-161-5/+14
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-3/+3
* gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-2/+0
* gl_shader_disk_cache: Pass core system as argument and guard against games without title idsReinUsesLisp2019-02-071-1/+1
* rasterizer_interface: Add disk cache entry for the rasterizerReinUsesLisp2019-02-071-0/+3
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-6/+10
* Merge pull request #1959 from DarkLordZach/custom-rtcbunnei2019-01-101-0/+6
|\
| * settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-081-2/+1
| * core: Set custom RTC differential on game bootZach Hilman2019-01-081-0/+7
* | web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-0/+5
* | core: Add getter and setter for WebBrowserApplet frontendZach Hilman2018-12-281-0/+13
|/
* Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-231-0/+11
|\
| * core: Add getter/setter for ProfileSelector in SystemZach Hilman2018-12-031-0/+11
* | core: Make GetGameFileFromPath function externally accessibleZach Hilman2018-12-031-3/+5
|/
* core: Relocate CPU core management to its own classLioncash2018-11-221-97/+22
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-0/+17
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* core: Add missing const variants of getters for the System classLioncash2018-10-281-2/+26
* core: Remove unnecessary assert in ArmInterface()Lioncash2018-10-181-2/+1
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-4/+12
* core: Make the live Cpu instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-9/+9
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash2018-10-151-2/+3
* core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash2018-10-151-3/+3
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-1/+1
* kernel/thread: Use a regular pointer for the owner/current processLioncash2018-10-101-3/+4
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-1/+1
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-7/+7
* core: Migrate current_process pointer to the kernelLioncash2018-09-071-4/+7
* core/core: Remove unnecessary sm/controller includeLioncash2018-09-061-1/+0
* core: Use a raw pointer in GetGPUDebugContext.Markus Wick2018-09-041-2/+2
* vfs_real: Forward declare IOFileLioncash2018-09-021-2/+3
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-4/+15
* core: Make the main System class use the PImpl idiomLioncash2018-08-311-174/+341
* kernel: Eliminate kernel global stateLioncash2018-08-291-4/+12
* core: Remove always true conditionals in Load()Lioncash2018-08-241-7/+4
* qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-0/+1
* loader: Join 0* files in directory if filename is 00Zach Hilman2018-08-121-1/+33
* core: Namespace EmuWindowLioncash2018-08-121-2/+2
* loader: Add more descriptive errorsZach Hilman2018-08-101-22/+4
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-2/+6
* GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-1/+4
* Merge pull request #912 from lioncash/global-varbunnei2018-08-051-3/+6
|\
| * renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash2018-08-041-1/+1
| * video_core: Eliminate the g_renderer global variableLioncash2018-08-041-3/+6
* | Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-4/+8
|\ \ | |/ |/|
| * Use more descriptive error codes and messagesZach Hilman2018-08-011-4/+8
* | core/memory: Get rid of 3DS leftoversLioncash2018-08-031-3/+3
* | Merge pull request #892 from lioncash/globalbunnei2018-08-031-2/+2
|\ \
| * | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-2/+2
| |/
* | Merge pull request #894 from lioncash/objectbunnei2018-08-031-1/+0
|\ \
| * | kernel: Move object class to its own source filesLioncash2018-08-021-1/+0
| |/
* / hw: Remove unused filesLioncash2018-08-021-3/+0
|/
* audio_core: Move to audout_u impl.bunnei2018-07-311-2/+0
* core: Add AudioCore to global state.bunnei2018-07-281-0/+2
* Implement exclusive monitorMerryMage2018-07-221-1/+2
* Merge pull request #687 from lioncash/instancebunnei2018-07-191-1/+3
|\
| * core: Make System's default constructor privateLioncash2018-07-191-0/+2
| * core: Don't construct instance of Core::System, just to access its live instanceLioncash2018-07-191-1/+1
* | Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+2
|/
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-2/+1
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+2
* Update clang formatJames Rowe2018-07-031-2/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* core: Run all CPU cores separately, even in single-thread mode.bunnei2018-05-111-6/+20
* threading: Reschedule only on cores that are necessary.bunnei2018-05-111-0/+5
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-6/+26
* core: Support session close with multicore.bunnei2018-05-111-4/+11
* core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei2018-05-111-5/+25
* core: Move common CPU core things to its own class.bunnei2018-05-111-48/+9
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-11/+11
* core: Relocate g_service_manager to the System classLioncash2018-04-211-6/+22
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-0/+4
* config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-7/+3
* Clang FixesN00byKing2018-03-191-1/+2
* More Warning cleanupsN00byKing2018-03-191-1/+1
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-4/+8
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-251-4/+8
* | core: Move process creation out of global state.bunnei2018-03-141-1/+3
* | core: Fix scheduler-shutdown related crashMerryMage2018-02-211-5/+9
* | scheduler: Cleanup based on PR feedback.bunnei2018-02-191-1/+1
* | kernel: Use Scheduler class for threading.bunnei2018-02-181-1/+2
* | core: Use shared_ptr for cpu_core.bunnei2018-02-181-3/+3
|/
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+2
* Merge pull request #72 from N00byKing/patch-2bunnei2018-01-211-1/+0
|\
| * Update core.cppN00byKing2018-01-171-1/+0
* | Port citra #3352 to yuzu (#103)River City Ransomware2018-01-201-0/+7
|/
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-8/+0
* configuration: Add cpu_core configuration optionMerryMage2018-01-121-2/+10
* arm_dynarmic: Implement coreMerryMage2018-01-121-1/+3
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n302018-01-091-0/+1
* unicorn: Use for arm interface on Windows.bunnei2018-01-041-8/+1
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-3/+2
* logging: Rename category "Core_ARM11" to "Core_ARM".bunnei2017-10-231-1/+1
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-3/+9
|\
| * Loaders: Don't automatically set the current process every time we load an application.Subv2017-09-271-2/+4
| * Kernel/Memory: Give each Process its own page table.Subv2017-09-101-1/+0
| * Added missing parts in libnetwork (#2838)B3n302017-08-191-0/+5
|/
* telemetry: Log performance, configuration, and system data.bunnei2017-07-181-0/+10
* Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom2017-06-031-6/+5
* Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom2017-06-031-4/+2
* Made some changes from review comments:TheKoopaKingdom2017-06-031-9/+13
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-031-6/+18
* core: Keep track of telemetry for the current emulation session.bunnei2017-05-251-0/+3
* Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner2017-05-101-2/+3
* Core: Make PerfStats internally lockedYuri Kunde Schlesner2017-02-271-3/+2
* Add performance statistics to status barYuri Kunde Schlesner2017-02-271-0/+9
* core: Free AppLoader on shutdown to release file (#2558)Yuri Kunde Schlesner2017-02-111-9/+2
* Core: reset cpu_core in Shutdown to make IsPoweredOn work properlywwylele2016-12-241-0/+1
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-7/+7
* Address clang-format issues.bunnei2016-12-221-3/+3
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-7/+19
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-25/+87
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+3
* core: Add configuration option for CPU JIT.bunnei2016-09-151-7/+12
* Merge pull request #1762 from bunnei/globalbunnei2016-05-061-1/+1
|\
| * HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei2016-05-061-1/+1
| * hle: Get rid of global access to g_rescheduleLioncash2016-03-211-1/+1
* | Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-3/+2
|/
* Improve error report from Init() functionsLittleWhite2016-03-081-2/+1
* core: Use unique_ptr for holding the interpreter instancesLioncash2015-12-301-6/+9
* Implement gdbstubpolaris-2015-10-041-0/+17
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-3/+0
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+0
* Thread: Remove the idle threadYuri Kunde Schlesner2015-05-121-2/+2
* Core/Memory: Give every emulated thread it's own TLS area.Subv2015-05-111-4/+0
* Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner2015-05-091-1/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* core: Migrate 3DS-specific CP15 register setting into InitLioncash2015-04-061-0/+5
* dyncom: Switch the app and system cores into the correct mode at initializationLioncash2015-02-131-5/+4
* arm: Adios armemuLioncash2015-02-011-12/+2
* Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner2015-01-091-1/+1
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+1
* Core: Fixed a crash and removed some unused variables.Subv2015-01-091-6/+0
* Threads: Use a dummy idle thread when no other are ready.Subv2015-01-081-1/+12
* Core: Change default CPU to dyncom.bunnei2015-01-031-2/+2
* License changepurpasmart962014-12-211-1/+1
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-2/+2
* Add static to some variablesLioncash2014-11-191-7/+7
* Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-3/+14
* core: Prune redundant includesarchshift2014-09-091-6/+0
* Core: Refactor core to use only one function for execution.bunnei2014-08-311-18/+8
* GSP: Implements preliminary command synchronization via GPU interrupts.bunnei2014-08-061-8/+12
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-6/+17
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-4/+4
| * Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cyclesbunnei2014-06-131-11/+12
| * Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)bunnei2014-06-131-2/+2
| * hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)bunnei2014-06-051-1/+2
| * core: changed time delay before kernel reschedule to "approximate" a screen refreshbunnei2014-05-301-3/+12
|/
* core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructionsbunnei2014-05-231-1/+6
* updated how we call ARM core to make things much fasterbunnei2014-05-171-3/+6
* cleaned up some logging messagesbunnei2014-04-111-20/+2
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+18
* fixed project includes to use new directory structurebunnei2014-04-091-6/+8
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+58