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
/
cheat_engine.h
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
2024-02-05
dmnt: cheat: Add pause and resume support
german77
2024-02-05
dmnt: cheats: Silence memory errors
german77
2024-02-04
dmnt: cheats: Update cheat vm to latest version
german77
2023-12-23
core_timing: remove user data value
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2020-09-15
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
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-04-17
core: memory: Move to Core::Memory namespace.
bunnei
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-09-21
cheat_engine: Move to memory and strip VM
Zach Hilman