-
Posts
502 -
Joined
-
Last visited
-
Days Won
33
Content Type
Forums
Events
Downloads
Store
Development Tracking
HyperCL
Files posted by GalaxieGames
-
By GalaxieGames55 0
-
By GalaxieGames78
-
MEmu := "Xemu"
MEmuV := "v0.6.0"
MURL := ["https://xemu.app/"]
MAuthor := ["emual"]
MVersion := "1.0.0"
MCRC := ""
iCRC := ""
MID := ""
MSystem := ["Microsoft Xbox"]
;----------------------------------------------------------------------------
; Notes:
; The module is able to launch ISO games.
;
;----------------------------------------------------------------------------
StartModule()
BezelGUI()
FadeInStart()
primaryExe := new Emulator(emuPath . "\" . executable) ; instantiate emulator executable object
primaryWindowClassName := "SDL_app"
emuPrimaryWindow := new Window(new WindowTitle("xemu",primaryWindowClassName)) ; instantiate primary emulator window object
Fullscreen := moduleIni.Read("Settings", "Fullscreen","true",,1)
hideEmuObj := Object(emuPrimaryWindow,1)
7z(romPath, romName, romExtension, sevenZExtractPath)
BezelStart("FixResMode")
HideAppStart(hideEmuObj,hideEmu)
If (Fullscreen = "true")
primaryExe.Run(" -full-screen -dvd_path """ . romPath . "\" . romName . romExtension . """")
Else
primaryExe.Run(" -dvd_path """ . romPath . "\" . romName . romExtension . """")
emuPrimaryWindow.Wait()
emuPrimaryWindow.WaitActive()
BezelDraw()
HideAppEnd(hideEmuObj,hideEmu)
FadeInExit()
primaryExe.Process("WaitClose")
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()
CloseProcess:
FadeOutStart()
emuPrimaryWindow.Close()
Return
By GalaxieGames86 -
By GalaxieGames60
-
By GalaxieGames21
-
By GalaxieGames13
-
By GalaxieGames18
-
By GalaxieGames70
-
By GalaxieGames42
-
By GalaxieGames26
-
By GalaxieGames28
-
By GalaxieGames24
-
By GalaxieGames22
-
By GalaxieGames235
-
By GalaxieGames65
-
...
By GalaxieGames80 -
https://9alaxie9ames.blogspot.com/2024/07/winuaeloader.html
By GalaxieGames26 0 -
By GalaxieGames213
-
By GalaxieGames182
-
By GalaxieGames120
-
By GalaxieGames139
-
...
By GalaxieGames377 -
By GalaxieGames4,948
-
By GalaxieGames337
-
Letters.zip
By GalaxieGames150