diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-23 18:23:04 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-23 18:23:04 +0200 |
| commit | e3b6d6e6b26ff7091fb58e08c67cb32270deee4a (patch) | |
| tree | fc514bc8258f44604d9c1d9b06c2e8efdb868cb6 /src | |
| parent | a50b10b86948e96a169d50dfc32f739f7c8553c7 (diff) | |
| download | box64-e3b6d6e6b26ff7091fb58e08c67cb32270deee4a.tar.gz box64-e3b6d6e6b26ff7091fb58e08c67cb32270deee4a.zip | |
Disabling steamwebhelper again, it was eanbled by mystake
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 719ed76a..0f770db6 100755 --- a/src/main.c +++ b/src/main.c @@ -1205,7 +1205,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) { |