forked from akanyan/STARTLINER
feat: segatools.ini loading
This commit is contained in:
@ -347,7 +347,7 @@ export const useClientStore = defineStore('client', () => {
|
||||
scaleFactor.value = value;
|
||||
|
||||
const window = getCurrentWindow();
|
||||
const w = Math.floor(scaleValue(value) * 760);
|
||||
const w = Math.floor(scaleValue(value) * 900);
|
||||
const h = Math.floor(scaleValue(value) * 480);
|
||||
|
||||
let size = await window.innerSize();
|
||||
|
Reference in New Issue
Block a user