Screen Position issue #461
Replies: 4 comments 4 replies
-
is there a way I could get the older versions of the emulator through https://emulatorjs.org/editor.html ? Older versions like : That is Version='0.4.23-05 The one with the red analogue joy stick & " X,Y,A,B " buttons, cos that's the version i saw first that prompted me to come here. That one was perfect & The screen position was perfect too. Is there a way I cld get older versions ? |
Beta Was this translation helpful? Give feedback.
-
No, that is not this project and was never an old version. Please do some digging. I have an entire site with documentation. Please see this for how to edit the gamepad settings: https://emulatorjs.org/docs4devs/Virutal%20Gamepad%20Settings.html |
Beta Was this translation helpful? Give feedback.
-
I am so sorry Boss , but that was a prediction text error I meant to type : " https://emulatorjs.org/editor.html " instead Forgive my carelessness , |
Beta Was this translation helpful? Give feedback.
-
🙋🏾♀ Hello Ethana, good day & hope you're well. I have looked at it and here is my feedback: ` <script> EJS_player = "#game"; EJS_core = "gba"; EJS_gameName = "Game's-Name"; EJS_AdUrl = "ht.tps://www.¿¿ EXAMPLE Advert-link¿¿.com/"; EJS_color = ""; EJS_startOnLoaded = false; EJS_VirtualGamepadSettings = [ { type: "button", text: "Y", id: "y", location: "right", left: 40, bold: true, input_value: 9 }, { type: "button", text: "X", id: "X", location: "right", top: 40, bold: true, input_value: 1 }, { type: "button", text: "B", id: "b", location: "right", left: 81, top: 40, bold: true, input_value: 8 }, { type: "button", text: "A", id: "a", location: "right", left: 40, top: 80, bold: true, input_value: 0 }, { type: "zone", location: "left", left: "50%", top: "50%", joystickInput: true, inputValues: [16, 17, 18, 19] }, ] The above is what I tried. (view here: 'https://pastebin.com/ecJAAzXN' incase the one above is jumbled up.) I tried that but it went blank I Also tried " EJS_Buttons " but " EJS_VirtualGamepadSettings " |
Beta Was this translation helpful? Give feedback.
-
I have only tried on the Gameboy advance(I can't say if this Same issue is on the other consoles / emulators).
So when playing on the game boy advance the screen hangs to low & close to the virtual game-pad even when allow full-screen, it's a bit distracting Because of the virtual pad buttons. is there a way to adjust ? Maybe move it up to the top ?
[Edit: I'm playing on Chrome browser with an Android phone ]
Beta Was this translation helpful? Give feedback.
All reactions