diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-03-22 11:08:04 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-03-22 14:43:41 -0400 |
| commit | 733cf179b84a098955f0b7296d90da0aac3ddf7b (patch) | |
| tree | ac956d572471abb004afe7833a9052839727fef3 /src/core/file_sys/cheat_engine.h | |
| parent | 540235bb05ecd18b958f9ef2a667d94fedca61af (diff) | |
file_sys/cheat_engine: Silence truncation and sign-conversion warnings
Diffstat (limited to 'src/core/file_sys/cheat_engine.h')
| -rw-r--r-- | src/core/file_sys/cheat_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/cheat_engine.h b/src/core/file_sys/cheat_engine.h index c2de3198c..ac22a82cb 100644 --- a/src/core/file_sys/cheat_engine.h +++ b/src/core/file_sys/cheat_engine.h @@ -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; |
