Stewmath

Results 41 comments of Stewmath

Link emulation is indeed terrible at the moment. I'm working on another method for linking, we'll see how that goes.

Not currently, maybe sometime.

I'm aware of this issue and I know what's causing it. If you use the latest build and disable borders, this might fix itself. Though I intend to make it...

There's an option in gameyob.ini to specify the bios path, currently it needs to be filled in manually. I guess once the bios is detected I can make it fill...

I suspect that game simply cannot be fast forwarded noticeably because of cpu restraints.

It's frustrating but I'm not sure what to say, since I've used v0.5.2 quite a lot and haven't run into issues myself. I've mostly been using it on my 3DS...

I don't think I want to merge this for now without it having been tested, but I'll look into it if I ever come back to this. The memsets by...

Did this happen before fixing #106? And, what exactly is this beep? I'd imagine it's just the result of pausing the music, which freezes the tones currently being played. It's...

I'm getting this on my 3ds, not on anything else. Also, sleep mode seems to toggle menu options by itself... weird.

fwiw, it's not hard to generate linkfiles in a makefile, so you never need to touch it. Although this particular recipe is unix-based. ``` $(TARGET): $(OBJS) linkfile $(LD) -S linkfile...