mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
SDL: Make it clear Vulkan check is not an error.
This commit is contained in:
parent
3e4faea6ad
commit
f042dc1773
1 changed files with 2 additions and 2 deletions
|
@ -350,9 +350,9 @@ int main(int argc, char *argv[]) {
|
|||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||
|
||||
if (VulkanMayBeAvailable()) {
|
||||
printf("Vulkan might be available.\n");
|
||||
printf("DEBUG: Vulkan might be available.\n");
|
||||
} else {
|
||||
printf("Vulkan is not available.\n");
|
||||
printf("DEBUG: Vulkan is not available, not using Vulkan.\n");
|
||||
}
|
||||
|
||||
int set_xres = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue