More DOS updates#18700
Merged
LibretroAdmin merged 1 commit intolibretro:masterfrom Feb 14, 2026
Merged
Conversation
RobLoach
reviewed
Feb 7, 2026
0832ae5 to
897d435
Compare
Contributor
Author
|
Added also working salamander build. ECWolf is also operational now. |
sonninnos
reviewed
Feb 12, 2026
- adjust log name (timestamp is limited) - customize config name and provide config directory - move keyboard input handling to regular input driver - remove hardcoded joypad keys (RA defaults work fine) - extend keyboard map - adjust RGUI for a better default layout - add salamander build, not yet activated in CI
897d435 to
072188b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This, nowadays quite pointless platform support was there in the code, but not really operational with all the changes happening in recent years. Brought it up to a working state:
Now one can run RGUI, save config, set up keyboard binds, and at least play 2048 in glorious 320x200 resolution (even the victory text will be squashed). But hey, maybe someone will implement SVGA driver and audio driver.
For a working distribution, a special core info pack is needed with 8+3 filenames. Also, DJGPP setup instructions would be nice. I tried compiling the salamander version, but it does not seem to do its thing yet.
Related Issues
Not that many, can you believe? #18584 is there but this PR does not solve it completely.
Related Pull Requests
#18650