Jump to content

GalaxieGames

Content Creator
  • Posts

    502
  • Joined

  • Last visited

  • Days Won

    33

Files posted by GalaxieGames

  1. 55 0
  2. 78
  3. 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
    86
  4. 60
  5. 21
  6. 13
  7. 18
  8. 70
  9. 42
  10. 26
  11. 28
  12. 24
  13. 22
  14. 235
  15. 65
  16. ...
    80
  17. https://9alaxie9ames.blogspot.com/2024/07/winuaeloader.html
    26 0
  18. 213
  19. 182
  20. 120
  21. 139
  22. ...
    377
  23. 4,948
  24. 337
  25. Letters.zip
    150
×
×
  • Create New...