diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-13 11:47:30 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-13 11:47:30 +0200 |
| commit | 9301eb9ee08083989150e83f61cb474be70f490c (patch) | |
| tree | 67291bb79e7af42abc494e700dc1de280960094e /src | |
| parent | 19448e242cdeed755b32a8738807f3fe153d2b44 (diff) | |
| download | box64-9301eb9ee08083989150e83f61cb474be70f490c.tar.gz box64-9301eb9ee08083989150e83f61cb474be70f490c.zip | |
Remove TokiTori2+ patch code, game is 32bits only
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c index 554d75a7..e6401c24 100755 --- a/src/main.c +++ b/src/main.c @@ -815,13 +815,6 @@ int main(int argc, const char **argv, const char **env) { free(my_context->argv[0]); my_context->argv[0] = strdup("./UnrealLinux.bin"); } - #ifdef RPI - // special case for TokiTori 2+, that check if texture max size is > = 8192 - if(strstr(prgname, "TokiTori2.bin.x86")==prgname) { - printf_log(LOG_INFO, "TokiTori 2+ detected, runtime patch to fix GPU non-power-of-two faillure\n"); - box64_tokitori2 = 1; - } - #endif // special case for zoom if(strstr(prgname, "zoom")==prgname) { printf_log(LOG_INFO, "Zoom detected, trying to use system libturbojpeg if possible\n"); |