diff --git a/zsnes/src/linux/zloaderw.c b/zsnes/src/linux/zloaderw.c index 7b29fd0d..f9d1b88d 100644 --- a/zsnes/src/linux/zloaderw.c +++ b/zsnes/src/linux/zloaderw.c @@ -317,15 +317,15 @@ printf("Hello the gui should now be off."); } case 'z': { - printf("\nDebugger not implemented for Linux version!\n"); // FIX STATMAT - if((argv[p+1]) == 's') - { +// if((argv[p+1]) == 's') +// { // if(!hasroom) return 4; // autoloadstate=my_atoi(argv[p+1]) + 1; // p++; - } - else StereoSound=1; +// } + + StereoSound=1; // FIX STATMAT break;