-
Hi
Sorry to bother you again, but from the issue [14](https://github.com/macabeus/react-gbajs/issues/14) now i'm getting this error, i don't know if it is a problem with the .gba file but i've trie…
-
I'm guessing this is an issue with outdated dependencies. An update would be appreciated.
-
## Overview
I converted a few examples from wasm-4:
https://wasm4.org/play/corn
https://wasm4.org/play/racer
https://wasm4.org/play/snake
To target the gba platform:
[converted.zip](https://…
-
### What version of Next.js are you using?
12.0.7
### What version of Node.js are you using?
v12.18.4
### What browser are you using?
Chrome
### What operating system are you using?
macOS
### …
-
Hi
Do you have any idea why nextjs is giving me module not found with this library?
here's the error (there's nothing else really)
```ts
// _app.tsx
import { GbaProvider } from "react-gba…
-
**Tell us about your environment**
* **ESLint Version:** `7.29.0`
* **Node Version:** `v12.18.4`
* **npm Version:** `7.14.0`
* **Operating System:** macOS Big Sur
**What parser (def…
-
Hello. I was wondering if there is a way to use the saves in PKHeX? Thank you!
-
After cloning even after npm installing -g react-gbajs I run into both issues:
`Cannot find module 'react-gbajs' or its corresponding type declarations.`
and
`Parameter 'level' implicitly has an 'a…
-
The switch to requestAnimationFrame in gba.js does get a pretty nice 60fps if
* the machine is pretty powerful
* the user is using chrome
* their monitor refresh rate is set to 60hz
if any are…
-
```
package main
// Draw a red square on the GameBoy Advance screen after waiting for a period of time
import (
"image/color"
"machine"
"time"
)
var display = machine.Display
func …