shithub: psxe

Download patch

ref: f1b55d5ae0f8a7b7fae15838a22ba10dcfc8671e
parent: 3c4b089ee47e1b25e7e7c47f00f84453823c4c75
author: allkern <lisandroaalarcon@gmail.com>
date: Sat May 11 09:32:26 EDT 2024

Update build-win32.ps1

--- a/build-win32.ps1
+++ b/build-win32.ps1
@@ -24,7 +24,7 @@
     -DREP_COMMIT_HASH="`"$($COMMIT_HASH)`"" `
     -DOS_INFO="`"$($OS_INFO)`"" `
     -L"$($SDL2_DIR)\lib" `
-    -lSDL2main -lSDL2 -Wno-overflow `
+    -m32 -lSDL2main -lSDL2 -Wno-overflow `
     -Wall -pedantic -DLOG_USE_COLOR `
     -Wno-address-of-packed-member `
     -ffast-math -Ofast -g -flto
--