index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
tools
Age
Commit message (
Expand
)
Author
2020-08-06
freezer: Move entry finding to its own function
Lioncash
2020-08-06
freezer: Take address values by value
Lioncash
2020-08-06
freezer: Make use of std::erase_if
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
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-06-20
freezer: Update documentation
Zach Hilman
2019-06-20
core: Move Freezer class to tools namespace
Zach Hilman