mirror of
https://github.com/OpenEmu/PCSX2-Core.git
synced 2025-11-01 11:07:36 +00:00
Quiet warning about 64-to-32 truncation.
This commit is contained in:
@@ -798,7 +798,7 @@ int Host::PresentFrameBuffer()
|
||||
{
|
||||
GET_CURRENT_OR_RETURN(0);
|
||||
|
||||
return [[current.renderDelegate presentationFramebuffer] integerValue];
|
||||
return [[current.renderDelegate presentationFramebuffer] intValue];
|
||||
}
|
||||
|
||||
void Host::ResizeHostDisplay(u32 new_window_width, u32 new_window_height, float new_window_scale)
|
||||
|
||||
Reference in New Issue
Block a user