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
2012-06-18 19:15:37 -04:00
Description
Basilisk II and SheepShaver Macintosh emulators
22 MiB
Languages
C++ 66%
C 26.5%
M4 2.6%
Objective-C++ 1.7%
Assembly 1.2%
Other 1.9%