Cacodemon345
Cacodemon345
Summary ======= This PR add drag-and-drop to screen functionality like in Mini vMac emulator. Checklist ========= * [ ] I have discussed this with core contributors already * [ ]...
# Description: Add Oak OTI-087 VBIOS ROM # Checklist: - [X] I have opened a pull request in the main 86Box repository. - [ ] I have not added any...
Summary ======= qt: Shortcut fixes * Make Pause key pause/resume the emulator when both Alts are held, passthrough to emulated machine otherwise. * Make screenshot taking and C+A+D shortcuts work...
Summary ======= This PR adds the Oak OTI-087 video adapter. This is deliberately devbranched because of some glaring bugs in 8-bpp modes when some form of color expansion is enabled...
When libjxl is built as a static library with MSVC, the pkg-config files are not configured properly to account for statically-built library names, causing link failures. This PR makes those...
Summary ======= This PR introduces sound input infrastructure and backend. OpenAL only at the moment. There's code for microphone input on Sound Blaster files but I'm not sure how it...
Summary ======= Qt: MAC address configuration Checklist ========= * [ ] I have discussed this with core contributors already * [ ] This pull request requires changes to the ROM...
Summary ======= This PR introduces device runtime configuration support. Initially done for RtMidi and FluidSynth MIDI backends. Checklist ========= * [ ] I have discussed this with core contributors already...
Summary ======= vid_svga: Rework DPMS logic Fixes non-black overscan drawing on standard VGA modes. Blank screen on reset for certain cards. More to do later. Checklist ========= * [ ]...
Summary ======= Qt6 on Windows defines the UNICODE macro by default unlike Qt5. This PR fixes compilation with Qt6 on Windows by forcing it and changing the WinBox manager checks...