mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-28 14:33:42 +08:00
Core : Fix Conversion Warnings
This commit is contained in:
@@ -502,7 +502,7 @@ void Advance() {
|
|||||||
Core::g_app_core->down_count += diff;
|
Core::g_app_core->down_count += diff;
|
||||||
}
|
}
|
||||||
if (advance_callback)
|
if (advance_callback)
|
||||||
advance_callback(cycles_executed);
|
advance_callback(static_cast<int>(cycles_executed));
|
||||||
}
|
}
|
||||||
|
|
||||||
void LogPendingEvents() {
|
void LogPendingEvents() {
|
||||||
|
|||||||
Reference in New Issue
Block a user