Basilisk II and SheepShaver Macintosh emulators
Go to file
Dave Vasilevsky 02d844c6a7 SDL: Make non-Mac fullscreen cursor visible
Issue: https://github.com/cebix/macemu/issues/26

On non-Mac platforms, driver_fullscreen constructor sets up software cursor,
but switch_to_current_mode() ask for a hardware cursor, possibly due to a typo.
Neither one ends up being drawn, so the cursor goes invisible.

This change makes them agree to use a software cursor. We should eventually
move to just one place deciding which cursor to use, so they don't have to be
kept in sync.
2013-04-22 02:06:15 -04:00
BasiliskII SDL: Make non-Mac fullscreen cursor visible 2013-04-22 02:06:15 -04:00
SheepShaver Make the standalone GUI build on Linux again 2013-04-05 17:30:23 -04:00
.gitignore Ignore .DS_Store files. 2012-06-18 19:15:37 -04:00