OpenGL Fix for OSX

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 9424
Wine: System

Retours d'expérience

Code source

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

POL_SetupWindow_Init 
POL_SetupWindow_free_presentation "OpenGL Fix" "This app will force a game to run in Window mode to fix OpenGL issues"
POL_SetupWindow_games "Choose an application" "OpenGL Fix"
if [ "$APP_ANSWER" == "" ]
then
POL_SetupWindow_Close
exit
fi
PREFIX=$(detect_wineprefix "$APP_ANSWER")
select_prefix "$PREFIX"

POL_SetupWindow_wait_next_signal "Processing" "OpenGL Fix"
sleep 2
Set_Managed Off
sleep 2
POL_SetupWindow_detect_exit
POL_SetupWindow_Close

Contributions

Filters:

Contribuer
Membre Messages