mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Web build not starting fully anymore
This commit is contained in:
@@ -622,9 +622,12 @@ namespace hex {
|
||||
#elif defined(OS_LINUX)
|
||||
return 1.0F;
|
||||
#elif defined(OS_WEB)
|
||||
return 1.0F;
|
||||
/*
|
||||
return EM_ASM_INT({
|
||||
return window.devicePixelRatio;
|
||||
});
|
||||
*/
|
||||
#else
|
||||
return 1.0F;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user