3dfx debug version

This commit is contained in:
Epic Studios 2024-03-28 01:35:02 +02:00
parent 2e1f4e9256
commit e93c1b361e
4861 changed files with 108 additions and 868337 deletions

View file

@ -312,6 +312,10 @@ public class MainVNCActivity extends VncCanvasActivity {
started = false;
// Stop the service
MainService.stopService();
Terminal vterm = new Terminal(activity);
vterm.executeShellCommand("killall qemu-system-x86_64");
// Finish the activity
activity.finish();
}