mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-21 07:18:33 +00:00
file_sys/cheat_engine: Silence truncation and sign-conversion warnings
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
~CheatEngine();
|
||||
|
||||
private:
|
||||
void FrameCallback(u64 userdata, int cycles_late);
|
||||
void FrameCallback(u64 userdata, s64 cycles_late);
|
||||
|
||||
std::vector<CheatList> cheats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user