Email or username:

Password:

Forgot your password?
Bad Diode

Here is Oquonie running on the GBA with a modified version of uxngba.

Running quite slow, but I'm pretty sure I could do some optimizations to make it go a bit faster.

cc: @neauoire @rek

2 comments
Devil Lu Linvega

@bd @rek I think I can disable parallax on small screens and it'll help A LOT.

Bad Diode

@neauoire @rek it might! my rough profiling shows that the number of cycles spent on uxn_eval skyrocket when moving.

Regardless, to get good perf we probably need to get back the uxnfast core. I added a regression in the previous update to try to make uxngba easier to upstream with the latest uxnemu.

Go Up