mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 17:12:41 +00:00
Build: Fixed some warnings
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
memcpy(&cmd, command_data, sizeof(GSP_GPU::Command));
|
||||
|
||||
ForEachObserver([this](DebuggerObserver* observer) {
|
||||
observer->GXCommandProcessed(this->gx_command_history.size());
|
||||
observer->GXCommandProcessed(static_cast<int>(this->gx_command_history.size()));
|
||||
} );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user