-
**What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.**
```js
import GBAEmulator, { GbaContext } from 'react-gbajs'
```…
-
Hey,
I'm getting the following error:
```
arm.js:1 Uncaught ReferenceError: ARMCoreArm is not defined
at Object. (arm.js:1:1)
at i2 (bootstrap:19:22)
at Module. (util.js:245:20)
…
-
```
C:\Users\Euphoric\Documents\wasmboytesting>node index.js
internal/modules/cjs/loader.js:596
throw err;
^
Error: Cannot find module 'worker_threads'
at Function.Module._resolveF…
-
Hey there. I'm curious if anyone has tried running mGBA under WebAssembly, since I might have a use case for such a thing (in the somewhat distant future). If so... how did it go?
If not, I'm keen …
-
While playing Metroid Zero Mission on 0.7-4831, I lost the ability to go left. If I pressed left on my controller or keyboard, Samus would go right.
I am not sure if this is a glitch in the game, …
-
I logged off of pokemon LeafGreen for the day and saved and downloaded the save. The next day I accidentally load the wrong save files and tried to change it, but when I did, it just told me to make a…
-
Through the administrator panel I created a profile to be able to log in from the game interface (gbajs3-users). I tried to log in with both the player profile and the administrator profile (in the ga…
-
I recently installed a project on my hosting server and configured Let's Encrypt for SSL/TLS encryption. However, I'm encountering an issue where I am unable to access the admin page. Whenever I try t…
-
# To people coming from search: please [read this page first](https://reactjs.org/warnings/invalid-hook-call-warning.html). It contains most common possible fixes!
**Do you want to request a *f…
-
How to apply and call functions Module.screenShot and Module.autoLoadCheats on java script. I'm trying to use the screenShot feature to take a snapshot after each save state, but it seems like I'm no…