mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add more information for directx 9 error
This commit is contained in:
parent
80a28e5ac7
commit
eded13a21d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ unsigned int WINAPI TheThread(void *)
|
||||||
Reporting::ReportMessage("Graphics init error: %s", error_string.c_str());
|
Reporting::ReportMessage("Graphics init error: %s", error_string.c_str());
|
||||||
|
|
||||||
const char *defaultErrorOpenGL = "Failed initializing graphics. Try upgrading your graphics drivers.\n\nWould you like to try switching to DirectX 9?\n\nError message:";
|
const char *defaultErrorOpenGL = "Failed initializing graphics. Try upgrading your graphics drivers.\n\nWould you like to try switching to DirectX 9?\n\nError message:";
|
||||||
const char *defaultErrorDirect3D9 = "Failed initializing graphics. Try upgrading your graphics drivers.\n\nWould you like to try switching to OpenGL?\n\nError message:";
|
const char *defaultErrorDirect3D9 = "Failed initializing graphics. Try upgrading your graphics drivers and directx 9 runtime.\n\nWould you like to try switching to OpenGL?\n\nError message:";
|
||||||
const char *genericError;
|
const char *genericError;
|
||||||
int nextBackend = GPU_BACKEND_DIRECT3D9;
|
int nextBackend = GPU_BACKEND_DIRECT3D9;
|
||||||
switch (g_Config.iGPUBackend) {
|
switch (g_Config.iGPUBackend) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue