mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
parent
ccab375ddb
commit
42efc08e64
@ -1050,8 +1050,8 @@ VkResult VulkanContext::ReinitSurface() {
|
||||
}
|
||||
|
||||
// Finally, create the vulkan surface.
|
||||
image_size.width = pixel_xres;
|
||||
image_size.height = pixel_yres;
|
||||
image_size.width = g_display.pixel_xres;
|
||||
image_size.height = g_display.pixel_yres;
|
||||
|
||||
display.displayMode = display_mode;
|
||||
display.imageExtent = image_size;
|
||||
|
@ -428,7 +428,7 @@ void System_LaunchUrl(LaunchUrlType urlType, const char *url)
|
||||
static int mainInternal(QApplication &a) {
|
||||
#ifdef MOBILE_DEVICE
|
||||
emugl = new MainUI();
|
||||
emugl->resize(pixel_xres, pixel_yres);
|
||||
emugl->resize(g_display.pixel_xres, g_display.pixel_yres);
|
||||
emugl->showFullScreen();
|
||||
#endif
|
||||
EnableFZ();
|
||||
|
Loading…
Reference in New Issue
Block a user