| Commit message (Expand) | Author | Files | Lines |
2023-07-22 | general: reduce use of dynamic_cast | Liam | 1 | -0/+3 |
2023-06-28 | MemoryTracking: Initial setup of atomic writes. | Fernando Sahmkow | 1 | -1/+10 |
2023-06-13 | core: decouple ARM interface from Dynarmic | Liam | 1 | -4/+4 |
2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | 1 | -0/+3 |
2023-05-07 | GPU: Add Reactive flushing | Fernando Sahmkow | 1 | -0/+2 |
2023-03-24 | memory: rename global memory references to application memory | Liam | 1 | -2/+2 |
2023-03-22 | kernel: use KTypedAddress for addresses | Liam | 1 | -2/+2 |
2023-03-12 | general: fix spelling mistakes | Liam | 1 | -1/+1 |
2023-02-21 | service: refactor server architecture | Liam | 1 | -0/+5 |
2023-02-14 | general: rename CurrentProcess to ApplicationProcess | Liam | 1 | -9/+9 |
2022-12-17 | EmuThread: refactor | Liam | 1 | -2/+2 |
2022-10-19 | core: Partially persist emulation state across game boots. | bunnei | 1 | -2/+8 |
2022-10-06 | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | 1 | -10/+0 |
2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | 1 | -0/+9 |
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | 1 | -3/+2 |
2022-07-25 | network: Move global state into a seperate class | FearlessTobi | 1 | -0/+10 |
2022-07-22 | Project Andio | Kelebek1 | 1 | -0/+19 |
2022-06-14 | kernel: implement KProcess suspension | Liam | 1 | -2/+2 |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | 1 | -0/+3 |
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | 1 | -6/+12 |
2022-04-24 | Remove unused PrepareReschedule function | Merry | 1 | -3/+0 |
2021-12-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 1 | -3/+0 |
2021-11-25 | Morph review first wave | german77 | 1 | -1/+1 |
2021-11-25 | core: Register HID | german77 | 1 | -0/+10 |
2021-11-04 | general: Get the current process program id directly from the system | Morph | 1 | -0/+2 |
2021-10-16 | NvHost/Core: Address Feedback. | Fernando Sahmkow | 1 | -1/+3 |
2021-10-16 | Suspend temporally | FernandoS27 | 1 | -0/+2 |
2021-10-15 | core: Move ResultStatus outside of System | Morph | 1 | -19/+20 |
2021-10-15 | core: Remove static system instance | Morph | 1 | -14/+4 |
2021-10-02 | core: Add Exit and ExitCallback | Morph | 1 | -0/+12 |
2021-08-26 | Revert "kernel: Various improvements to scheduler" | bunnei | 1 | -0/+3 |
2021-08-24 | logging: Fix log filter during initialization | ameerj | 1 | -6/+1 |
2021-08-13 | logging: Simplify and make thread-safe | yzct12345 | 1 | -2/+7 |
2021-08-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 1 | -3/+0 |
2021-07-24 | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 1 | -5/+5 |
2021-07-20 | file_sys: Support load game collection (#6582) | Feng Chen | 1 | -1/+1 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 1 | -3/+3 |
2021-05-06 | hle: kernel: Remove deprecated Object class. | bunnei | 1 | -1/+0 |
2021-04-15 | common: Move settings to common from core. | bunnei | 1 | -0/+3 |
2021-01-20 | lm: Recode LM service | Chloe Marcec | 1 | -7/+0 |
2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 1 | -16/+4 |
2020-11-29 | core: arm: Implement InvalidateCacheRange for CPU cache invalidation. | bunnei | 1 | -0/+2 |
2020-11-25 | core: loader: Implement support for loading indexed programs. | bunnei | 1 | -1/+21 |
2020-11-18 | core: Remove unused private Init function for the System class | Lioncash | 1 | -8/+0 |
2020-11-18 | core: Make use of [[nodiscard]] with the System class | Lioncash | 1 | -80/+73 |
2020-10-13 | service: time: Update current time with changes to RTC setting. | bunnei | 1 | -0/+8 |
2020-09-26 | core: Mark GetInstance() as deprecated | Lioncash | 1 | -1/+1 |
2020-09-17 | file_sys/bis_factory: Eliminate usage of the global system accessor | Lioncash | 1 | -2/+2 |
2020-06-28 | Core/Common: Address Feedback. | Fernando Sahmkow | 1 | -2/+2 |
2020-06-27 | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | Fernando Sahmkow | 1 | -0/+3 |
2020-06-27 | Clang Format. | Fernando Sahmkow | 1 | -2/+0 |
2020-06-27 | General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. | Fernando Sahmkow | 1 | -0/+6 |
2020-06-27 | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber | Fernando Sahmkow | 1 | -0/+7 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 1 | -20/+14 |
2020-04-17 | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei | 1 | -2/+2 |
2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei | 1 | -0/+7 |
2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei | 1 | -8/+5 |
2020-02-22 | System: Expose Host thread registering routines from kernel. | Fernando Sahmkow | 1 | -0/+6 |
2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 1 | -5/+5 |
2020-01-03 | yuzu: Remove Maxwell debugger | ReinUsesLisp | 1 | -4/+0 |
2019-11-27 | core/memory: Introduce skeleton of Memory class | Lioncash | 1 | -0/+10 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 1 | -0/+1 |
2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow | 1 | -2/+2 |
2019-10-15 | Correct PrepareReschedule | Fernando Sahmkow | 1 | -0/+3 |
2019-10-15 | Add interfacing to the Global Scheduler | Fernando Sahmkow | 1 | -0/+7 |
2019-10-06 | core/core: Remove unused header | Lioncash | 1 | -1/+0 |
2019-10-06 | core: Remove Core::CurrentProcess() | Lioncash | 1 | -4/+0 |
2019-10-06 | hle/service: Replace global system instance calls with instance-based ones | Lioncash | 1 | -2/+4 |
2019-09-30 | core/loader: Track the NSO build ID of the current process | Zach Hilman | 1 | -0/+4 |
2019-09-22 | core: Add LM::Manager to system | Zach Hilman | 1 | -0/+8 |
2019-09-22 | core: Track system exit lock status | Zach Hilman | 1 | -0/+4 |
2019-09-22 | core: Update RegisterCheatList for new VM | Zach Hilman | 1 | -3/+7 |
2019-09-21 | core: Store FileSystemController in core | Zach Hilman | 1 | -0/+8 |
2019-07-13 | core: Remove CurrentArmInterface() global accessor | Lioncash | 1 | -4/+0 |
2019-07-05 | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 1 | -0/+10 |
2019-06-29 | core: Keep instance of APM Controller | Zach Hilman | 1 | -0/+8 |
2019-06-25 | core: Keep track of ARPManager and register current application on boot | Zach Hilman | 1 | -0/+8 |
2019-05-29 | core/loader: Remove LoadKernelSystemMode | Lioncash | 1 | -1/+0 |
2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | 1 | -4/+0 |
2019-05-25 | core: Add Reporter class to take/save reports | Zach Hilman | 1 | -0/+3 |
2019-05-25 | core: Track load offsets of NSO modules | Zach Hilman | 1 | -0/+5 |
2019-04-17 | core: Remove specific applets in favor of AppletManager | Zach Hilman | 1 | -14/+15 |
2019-03-27 | core: Store system-wide ContentProvider for the emulator | Zach Hilman | 1 | -0/+14 |
2019-03-05 | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | 1 | -2/+2 |
2019-03-05 | core: Add support for registering and controlling ownership of CheatEngine | Zach Hilman | 1 | -0/+4 |
2019-03-04 | core/core: Remove the global telemetry accessor function | Lioncash | 1 | -4/+0 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 1 | -0/+10 |
2019-01-17 | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 1 | -6/+7 |
2018-12-28 | core: Add getter and setter for WebBrowserApplet frontend | Zach Hilman | 1 | -1/+6 |
2018-12-03 | core: Add getter/setter for ProfileSelector in System | Zach Hilman | 1 | -0/+5 |
2018-12-03 | core: Make GetGameFileFromPath function externally accessible | Zach Hilman | 1 | -0/+4 |
2018-11-18 | am: Deglobalize software keyboard applet | Zach Hilman | 1 | -0/+5 |
2018-10-28 | core: Add missing const variants of getters for the System class | Lioncash | 1 | -8/+23 |
2018-10-15 | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 1 | -1/+7 |
2018-10-10 | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 1 | -5/+5 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -4/+4 |
2018-09-07 | core: Migrate current_process pointer to the kernel | Lioncash | 1 | -1/+4 |
2018-09-04 | core: Use a raw pointer in GetGPUDebugContext. | Markus Wick | 1 | -1/+1 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 1 | -21/+35 |
2018-08-31 | core: Make the main System class use the PImpl idiom | Lioncash | 1 | -100/+38 |
2018-08-29 | kernel: Eliminate kernel global state | Lioncash | 1 | -0/+8 |
2018-08-25 | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 1 | -2/+2 |
2018-08-25 | debug_utils: Remove unused includes | Lioncash | 1 | -0/+1 |
2018-08-23 | qt: Add filename and title id to window title while running | Zach Hilman | 1 | -0/+7 |
2018-08-16 | core: Delete System copy/move constructors and assignment operators | Lioncash | 1 | -0/+6 |
2018-08-12 | core: Namespace EmuWindow | Lioncash | 1 | -3/+6 |
2018-08-10 | loader: Add more descriptive errors | Zach Hilman | 1 | -15/+9 |
2018-08-09 | core: Port core to VfsFilesystem for file access | Zach Hilman | 1 | -0/+12 |
2018-08-07 | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | 1 | -0/+11 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 1 | -1/+21 |
2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | 1 | -2/+1 |
2018-08-02 | kernel: Move object class to its own source files | Lioncash | 1 | -1/+1 |
2018-08-02 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | 1 | -4/+6 |
2018-08-01 | Use more descriptive error codes and messages | Zach Hilman | 1 | -6/+8 |
2018-07-31 | audio_core: Move to audout_u impl. | bunnei | 1 | -7/+0 |
2018-07-28 | core: Add AudioCore to global state. | bunnei | 1 | -0/+7 |
2018-07-22 | Implement exclusive monitor | MerryMage | 1 | -0/+12 |
2018-07-19 | core: Make System's default constructor private | Lioncash | 1 | -0/+2 |
2018-05-11 | core: Add several missing docstrings. | bunnei | 1 | -0/+8 |
2018-05-11 | core: Run all CPU cores separately, even in single-thread mode. | bunnei | 1 | -7/+3 |
2018-05-11 | threading: Reschedule only on cores that are necessary. | bunnei | 1 | -0/+2 |
2018-05-11 | core: Add a configuration setting for use_multi_core. | bunnei | 1 | -8/+2 |
2018-05-11 | core: Support session close with multicore. | bunnei | 1 | -1/+1 |
2018-05-11 | core: Implement multicore support. | bunnei | 1 | -10/+16 |
2018-05-11 | core: Create a thread for each CPU core, keep in lock-step with a barrier. | bunnei | 1 | -7/+17 |
2018-05-11 | core: Move common CPU core things to its own class. | bunnei | 1 | -10/+6 |
2018-04-21 | core: Relocate g_service_manager to the System class | Lioncash | 1 | -0/+12 |
2018-04-06 | core, main.h: Abort on 32Bit ROMs (#309) | N00byKing | 1 | -0/+1 |
2018-03-25 | GPU: Make the debug_context variable a member of the frontend instead of a global. | Subv | 1 | -0/+11 |
2018-03-14 | core: Move process creation out of global state. | bunnei | 1 | -0/+11 |
2018-02-25 | Implements citra-emu/citra#3184 | N00byKing | 1 | -2/+2 |
2018-02-18 | kernel: Use Scheduler class for threading. | bunnei | 1 | -0/+6 |
2018-02-18 | core: Use shared_ptr for cpu_core. | bunnei | 1 | -3/+1 |
2018-02-12 | Make a GPU class in VideoCore to contain the GPU state. | Subv | 1 | -0/+7 |
2018-01-23 | Correct Spelling | N00byKing | 1 | -2/+2 |
2018-01-04 | core: Increase tight_loop 100x for speed. | bunnei | 1 | -1/+1 |
2017-08-04 | core: Expose AppLoader as a public interface. | bunnei | 1 | -4/+5 |
2017-06-03 | Addressed Bunnei's review comments, and made some other tweaks: | TheKoopaKingdom | 1 | -9/+7 |
2017-06-03 | Created a whitelist of system archives to prevent false positives creating dialogs. | TheKoopaKingdom | 1 | -9/+3 |
2017-06-03 | Optimized messages that were repetitive and added ability for core errors to specify more details optionally. | TheKoopaKingdom | 1 | -2/+15 |
2017-06-03 | Made some changes from review comments: | TheKoopaKingdom | 1 | -1/+0 |
2017-06-03 | Added system for handling core errors in citra-qt. | TheKoopaKingdom | 1 | -0/+13 |
2017-05-25 | core: Keep track of telemetry for the current emulation session. | bunnei | 1 | -0/+16 |
2017-02-27 | Core: Re-write frame limiter | Yuri Kunde Schlesner | 1 | -0/+1 |
2017-02-27 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | 1 | -2/+1 |
2017-02-27 | Add performance statistics to status bar | Yuri Kunde Schlesner | 1 | -1/+6 |
2017-01-30 | core: inline CPU, 132 warnings fixed on GCC | Kloen | 1 | -1/+1 |
2016-12-22 | ThreadContext: Move from "core" to "arm_interface". | bunnei | 1 | -11/+0 |
2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 1 | -9/+9 |
2016-12-22 | Address clang-format issues. | bunnei | 1 | -12/+13 |
2016-12-22 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 1 | -11/+17 |
2016-12-22 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 1 | -33/+99 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -2/+2 |
2016-03-08 | Improve error report from Init() functions | LittleWhite | 1 | -1/+1 |
2015-12-30 | core: Use unique_ptr for holding the interpreter instances | Lioncash | 1 | -2/+3 |
2015-11-29 | Core/ARM11: Correct the size of the VFP register array in the ThreadContext structure. | Subv | 1 | -1/+1 |
2015-05-11 | fixup! Set the TLS address in the scheduler | Subv | 1 | -2/+0 |
2015-05-11 | Core/Memory: Give every emulated thread it's own TLS area. | Subv | 1 | -0/+2 |
2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | 1 | -3/+0 |
2015-02-01 | arm: Clean up ARMul_State | Lioncash | 1 | -1/+0 |
2015-02-01 | arm: Adios armemu | Lioncash | 1 | -5/+0 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -2/+18 |
2015-01-03 | Core: Change default CPU to dyncom. | bunnei | 1 | -1/+1 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-11-12 | Core: Changed RunLoop iterations to 1000 (slightly better performance). | bunnei | 1 | -6/+6 |
2014-10-28 | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 1 | -0/+5 |
2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 1 | -1/+1 |
2014-08-31 | Core: Refactor core to use only one function for execution. | bunnei | 1 | -2/+9 |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -2/+2 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 |
2014-04-09 | fixed all license file headers in core | bunnei | 1 | -29/+4 |
2014-04-05 | added initial support for hw.cpp module | bunnei | 1 | -0/+3 |
2014-04-05 | Remove Core::GetState(). Use new ARM_Interface instead. | Mathieu Vaillancourt | 1 | -2/+0 |
2014-04-05 | - added an interface layer for ARM cores | bunnei | 1 | -1/+7 |
2014-04-04 | Add Core::GetState() for debugger | Mathieu Vaillancourt | 1 | -0/+4 |
2013-10-03 | moved some core functions over to system module | ShizZy | 1 | -7/+1 |
2013-10-02 | added a message option to Core::Halt function | ShizZy | 1 | -1/+1 |
2013-09-27 | added system.h to project | ShizZy | 1 | -19/+9 |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -1/+1 |
2013-09-06 | added core and mem_map files to the project | ShizZy | 1 | -0/+70 |