fix: switched to node-7z
fix: switched to bun spawn but with windowsVerbatimArguments feat: Added ppsspp integration feat: Added focusing controls for windows feat: Added shortcut to kill emulators
This commit is contained in:
parent
a7eb655a48
commit
90d6711935
31 changed files with 1382 additions and 88 deletions
|
|
@ -6,4 +6,5 @@ let size: Size | undefined = undefined;
|
|||
if (process.env.WINDOW_WIDTH && process.env.WINDOW_HEIGHT)
|
||||
size = { width: Number(process.env.WINDOW_WIDTH), height: Number(process.env.WINDOW_HEIGHT), hint: SizeHint.NONE };
|
||||
const webview = new Webview(process.env.NODE_ENV === 'development', size);
|
||||
self.postMessage({ type: 'pointer', data: webview.unsafeWindowHandle });
|
||||
webviewWorkerBase(webview);
|
||||
Loading…
Add table
Add a link
Reference in a new issue