-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to play win95 and win98 games #457
Comments
It's not supported yet, as well as proper DosBox integration. DosBox for DOS games with keyboard and mouse can be tested in the #436 branch, and in order to support Windows layer it should have Virtual Filesystem implementation, which I'll try add this summer. |
|
|
DosBox has built-in virtual keyboard and mouse emulation. In cloudretro mouse emulation will work, if you toggle the switch under the options button, and on-screen keyboard toggled by some of the L2-R3 buttons (I don't remember which one). (and yes, L2, R2, L3, R3 buttons on the mobile can be pressed only with the system keyboard)
Of course. In that branch, if you want to try, a real keyboard and mouse will work in full-screen mode. And when I finish, there will be a normal switch between the keyboard/mouse and the default Retropad on mobile and desktop. |
|
The first part with just DOS games -- soon, Windows stuff -- no idea. |
Where should I start if trying to add a virtual file system implementation |
Look here. The API description should be in libretro.h, and your implementation should be in nanoarch.c / naoarch.go. DosBox source should be here https://github.com/schellingb/dosbox-pure/blob/main/dosbox_pure_libretro.cpp. |
I successfully installed dosbox_pure_libretro.so as a new core and added a win95.img,but I couldn’t find "Run Installed operating system" option. The win95.img is not work.
The text was updated successfully, but these errors were encountered: