index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
core
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-23
core_timing: remove user data value
Liam
2023-01-05
tests: update catch2 to 3.0.1
Alexandre Bouvier
2022-10-18
core: Partially persist emulation state across game boots.
bunnei
2022-07-27
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-10
Rework CoreTiming
Kelebek1
2022-06-28
Core: Fix tests.
Fernando Sahmkow
2022-06-28
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-02-28
[network] Error handling reform
comex
2021-01-01
memory: Remove MemoryHook
MerryMage
2020-08-03
tests/core_timing: Remove pragma optimize(off)
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-06-27
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2020-06-27
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-18
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
2020-04-23
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-17
arm_test_common: Updates for new VMM.
bunnei
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
2019-11-26
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-10-12
Core_Timing: Fix tests.
Fernando Sahmkow
2019-10-09
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
Tests: Eliminate old Core Timing Tests
Fernando Sahmkow
2019-06-30
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-04-07
kernel: Handle page table switching within MakeCurrentProcess()
Lioncash
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-07
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-05
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-24
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
[next]