index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory
Age
Commit message (
Expand
)
Author
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-15
cheat_engine: Convert ExtractName into a non-template function
Lioncash
2020-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-08-14
Merge pull request #4495 from lioncash/conv
Rodrigo Locatti
2020-08-06
cheat_engine: Resolve implicit bool->u64 conversion
Lioncash
2020-08-06
cheat_engine: Make use of designated initializers
Lioncash
2020-08-03
dmnt_cheat_vm: Make use of designated initializers
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-18
Merge pull request #4348 from lioncash/nano
bunnei
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-07-15
clang-format
VolcaEM
2020-07-15
dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
VolcaEM
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
memory: cheat_engine: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
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_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-10-17
Merge pull request #2992 from lioncash/dmnt
bunnei
2019-10-17
dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
Lioncash
2019-10-17
core/memory/cheat_engine: Resolve -Wreorder warnings
Lioncash
2019-09-21
dmnt_cheat_vm: Default initialize structure values
Zach Hilman
2019-09-21
dmnt_cheat_vm: Make Cheat VM compliant to code style
Zach Hilman
2019-09-21
cheat_engine: Move to memory and strip VM
Zach Hilman
2019-09-21
memory: Port Atmosphere's DmntCheatVm
Zach Hilman