diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-29 15:26:14 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-29 15:26:14 +0200 |
| commit | 713e3fa89dc4c9c371e875355824e07be89e1c65 (patch) | |
| tree | 061efcf1b7e6f6c1874167d10e3386e1f8ca4a6f /src | |
| parent | 73f813279a259a625cd7d5b8c6afa454f97ded6d (diff) | |
| download | box64-713e3fa89dc4c9c371e875355824e07be89e1c65.tar.gz box64-713e3fa89dc4c9c371e875355824e07be89e1c65.zip | |
Don't enable steamwebhelper yet
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 3afcdb72..ac7629f9 100755 --- a/src/main.c +++ b/src/main.c @@ -1258,7 +1258,7 @@ int main(int argc, const char **argv, char **env) { // special case for steamwebhelper if(strstr(prgname, "steamwebhelper")==prgname) { printf_log(LOG_INFO, "steamwebhelper, ignoring for now!\n"); - //exit(0); // exiting + exit(0); // exiting } // special case for streaming_client to use emulated libSDL2 if(strstr(prgname, "streaming_client")==prgname) { |