From aaec154ad5198b35206700f952ec3cca0de1e757 Mon Sep 17 00:00:00 2001 From: Wolf Gratz Date: Thu, 4 Feb 2021 15:32:09 +0100 Subject: [PATCH] resolution and framerate --- Mac OS 7.6.1.command | 3 ++- Mac OS 8.1.command | 2 +- Mac OS 8.5.command | 2 +- Mac OS 8.6.command | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Mac OS 7.6.1.command b/Mac OS 7.6.1.command index 920d616..4865a87 100755 --- a/Mac OS 7.6.1.command +++ b/Mac OS 7.6.1.command @@ -10,5 +10,6 @@ $SHSH_BIN \ --idlewait true \ --ignoresegv true \ --gfxaccel true \ - --screen window \ + --screen win/1024/768 \ + --frameskip 0 \ $@ diff --git a/Mac OS 8.1.command b/Mac OS 8.1.command index bbb255e..a9a73d7 100755 --- a/Mac OS 8.1.command +++ b/Mac OS 8.1.command @@ -10,6 +10,6 @@ $SHSH_BIN \ --idlewait true \ --ignoresegv true \ --gfxaccel true \ - --screen window \ + --screen win/1024/768 \ --frameskip 0 \ $@ diff --git a/Mac OS 8.5.command b/Mac OS 8.5.command index 1ea957e..c6377ce 100755 --- a/Mac OS 8.5.command +++ b/Mac OS 8.5.command @@ -10,6 +10,6 @@ $SHSH_BIN \ --idlewait true \ --ignoresegv true \ --gfxaccel true \ - --screen window \ + --screen win/1024/768 \ --frameskip 0 \ $@ diff --git a/Mac OS 8.6.command b/Mac OS 8.6.command index dab44f2..28b9603 100755 --- a/Mac OS 8.6.command +++ b/Mac OS 8.6.command @@ -11,6 +11,6 @@ $SHSH_BIN \ --ignoresegv true \ --ignoreillegal true \ --gfxaccel true \ - --screen window \ + --screen win/1024/768 \ --frameskip 0 \ $@