OpenGL Fix for OSX

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9443
Wine: System

Feedbacks

Source code

#!/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:

Contribute
Member Message

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com