Вы находитесь здесь

OpenGL Fix for OSX - Disable Fullscreen

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 46020
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_Desktop On 800 600
sleep 2
POL_SetupWindow_detect_exit
POL_SetupWindow_message "The game will now run in Window mode" "OpenGL Fix"
POL_SetupWindow_Close

Contributions

Filters:

Contribute
Member Message