| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-18 | Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo | bunnei | |
| Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased) | |||
| 2018-03-14 | core: Move process creation out of global state. | bunnei | |
| 2018-02-25 | Implements citra-emu/citra#3184 | N00byKing | |
| 2018-02-21 | core: Fix scheduler-shutdown related crash | MerryMage | |
| 2018-02-19 | scheduler: Cleanup based on PR feedback. | bunnei | |
| 2018-02-18 | kernel: Use Scheduler class for threading. | bunnei | |
| 2018-02-18 | core: Use shared_ptr for cpu_core. | bunnei | |
| 2018-02-11 | Make a GPU class in VideoCore to contain the GPU state. | Subv | |
| Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there. | |||
| 2018-01-20 | Merge pull request #72 from N00byKing/patch-2 | bunnei | |
| Implement Pull #3275 from citra: core: Don't Shutdown before we've even Init-ed | |||
| 2018-01-19 | Port citra #3352 to yuzu (#103) | River City Ransomware | |
| * Port citra #3352 to yuzu This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic * Fixed clang-format errors * fixes more clang-format errors | |||
| 2018-01-17 | Update core.cpp | N00byKing | |
| 2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
| 2018-01-12 | configuration: Add cpu_core configuration option | MerryMage | |
| 2018-01-12 | arm_dynarmic: Implement core | MerryMage | |
| 2018-01-08 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | |
| * CoreTiming: New CoreTiming; Add Test for CoreTiming | |||
| 2018-01-04 | unicorn: Use for arm interface on Windows. | bunnei | |
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2017-10-23 | logging: Rename category "Core_ARM11" to "Core_ARM". | bunnei | |
| 2017-10-09 | Merge remote-tracking branch 'upstream/master' into nx | bunnei | |
| # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | |||
| 2017-09-26 | Loaders: Don't automatically set the current process every time we load an ↵ | Subv | |
| application. The loaders will now just create a Kernel::Process, construct it and return it to the caller, which is responsible for setting it as the current process and configuring the global page table. | |||
| 2017-09-10 | Kernel/Memory: Give each Process its own page table. | Subv | |
| The loader is in charge of setting the newly created process's page table as the main one during the loading process. | |||
| 2017-08-19 | Added missing parts in libnetwork (#2838) | B3n30 | |
| * Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services. | |||
| 2017-07-17 | telemetry: Log performance, configuration, and system data. | bunnei | |
| 2017-06-02 | Addressed Bunnei's review comments, and made some other tweaks: | TheKoopaKingdom | |
| - Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped. | |||
| 2017-06-02 | Created a whitelist of system archives to prevent false positives creating ↵ | TheKoopaKingdom | |
| dialogs. | |||
| 2017-06-02 | Made some changes from review comments: | TheKoopaKingdom | |
| - Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff. | |||
| 2017-06-02 | Added system for handling core errors in citra-qt. | TheKoopaKingdom | |
| 2017-05-24 | core: Keep track of telemetry for the current emulation session. | bunnei | |
| 2017-05-09 | Kernel: Map special regions according to ExHeader | Yuri Kunde Schlesner | |
| This replaces the hardcoded VRAM/DSP mappings with ones made based on the ExHeader ARM11 Kernel caps list. While this has no visible effect for most applications (since they use a standard set of mappings) it does improve support for system modules and n3DS exclusives. | |||
| 2017-02-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
| More ergonomic to use and will be required for upcoming changes. | |||
| 2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
| 2017-02-11 | core: Free AppLoader on shutdown to release file (#2558) | Yuri Kunde Schlesner | |
| Fixes #2455 | |||
| 2016-12-24 | Core: reset cpu_core in Shutdown to make IsPoweredOn work properly | wwylele | |
| 2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | |
| 2016-12-21 | Address clang-format issues. | bunnei | |
| 2016-12-21 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
| 2016-12-15 | gdbstub: Remove global variable from public interface | Lioncash | |
| Currently, this is only ever queried, so adding a function to check if the server is enabled is more sensible. If directly modifying this externally is ever desirable, it should be done by adding a function to the interface, rather than exposing implementation details directly. | |||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-09-15 | core: Add configuration option for CPU JIT. | bunnei | |
| 2016-05-05 | Merge pull request #1762 from bunnei/global | bunnei | |
| hle: Get rid of direct global access to g_reschedule | |||
| 2016-05-05 | HLE: Rename RescheduleIsPending to IsReschedulePending. | bunnei | |
| 2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
| 2016-03-21 | hle: Get rid of global access to g_reschedule | Lioncash | |
| This shouldn't be directly exposed if there's already a partial API that operates on it. We can just provide the rest of that API. | |||
| 2016-03-08 | Improve error report from Init() functions | LittleWhite | |
| Add error popup when citra initialization failed | |||
| 2015-12-29 | core: Use unique_ptr for holding the interpreter instances | Lioncash | |
| 2015-10-04 | Implement gdbstub | polaris- | |
