Zachary Wassall

Results 29 issues of Zachary Wassall

OnTopReplica provides three full screen modes: "Standard," "Fullscreen," and "All screens." However, it does not appear that there's a way to select the full screen mode from the command line,...

When using `--position=X,Y`, the top-left corner of the frame is placed at (X+4, Y+4) instead of (X, Y) as expected. When using `--screenPosition=TL`, the top-left corner of the frame is...

Learning/remembering keymaps can be difficult. Having to go to a wiki page and hunting for the key you want to press, or even having to look into the source code,...

enhancement
GUI

Minimum credit: if the breakpoint location is exactly equal to a symbol value, it should be named that symbol. Extra credit: intelligently name breakpoints relative to nearby symbols, a la...

enhancement
GUI
debugger

- [x] Screenshots - [ ] APNG recordings

enhancement
GUI
lcd

I wrote a program to measure the number of cycles between LCD interrupts. I noticed that, although the total time spent on a frame seems right, the exact timing of...

bug
core
lcd

DMA emulation would either become its own setting or become always on. This would allow for accurate emulation regardless of the SPI setting, which would then only control CEmu's rendering...

question
lcd

With "Emulate physical LCD SPI drawing" checked, lowering LPP (lines per panel) lowers both the number of rows and columns refreshed. It should only lower the number of rows refreshed.

bug
core
lcd

Upward, that is. Downward is already implemented.

enhancement
GUI