schellingb / dosbox-pure

DOSBox Pure is a new fork of DOSBox built for RetroArch/Libretro aiming for simplicity and ease of use.
GNU General Public License v2.0
775 stars 65 forks source link

Sync with SVN #530

Closed Torinde closed 2 months ago

Torinde commented 2 months ago

Last sync with upstream I see is https://github.com/schellingb/dosbox-pure/commit/2f9583f4421449a8a24fcde3cf1367e0e7cdff9a

schellingb commented 2 months ago

This core has all the capture features of upstream DOSBox removed so that commit is irrelevant for us.

Torinde commented 2 months ago

Do you plan to implement capture features?

schellingb commented 2 months ago

No, I removed it because I think it has no place in a libretro core, where the frontend likely has capture features for video and audio. Similar to the debugger which is also removed. I think those are cool features for a development oriented emulator but we're trying to run games here :-)

What type of data do you want to capture from DOSBox that isn't covered by RetroArch?