wn2000

Results 31 comments of wn2000

Thanks I’ll try to do the fast disk disabling test. Can you show me the complete command line to do that? I’m using the donkey Kong dsk file for testing....

Here is the log. BTW is there a hotkey to exit the emulator? I cannot exit and had to insert a statement to let it quit after 500 frames. ```...

> And finally, to see the maximum FPS achievable do this > > `sa2 --fixed-speed --gl-swap=0` > > open the About window and read the FPS and it should really...

> Look in the `pressKeyDown` function and try to figure out what key code is generated by Shift-F2. Found the issue: https://github.com/audetto/AppleWin/blob/eb550570203aa6a5fe82701959f0b582a4b78624/source/frontends/sdl/imgui/sdlimguiframe.cpp#L248-L257 So the key down/up events are swallowed by...

> That code only matters if a ImGui window is active. Click on the apple video and they will be processed. > > I can add something like libretto. Well...

> For audio, it is important that the callback is called to empty the audio buffer. See what happens. I found out why my audio did not work in sa2:...

> Just pushed a couple of things > > 1. `--audio-device NAME` to select the audio device > 2. `SELECT` twice in 1 sec to quit > > If audio...

Thanks for the suggestion. I will keep an eye on the fd count. One more test I did, is to switch the game preview video to software decoding and only...

I re-enabled mpp on both videos and monitored the opened fd count. Within an hour the error appeared again. But the fd count is not high (

Ahhh ok. That makes sense. I will check the code. Thanks!