bsnes/higan/target-ethos/settings
Tim Allen fdd3ea490e Update to v092r04 release.
byuu says:

This is the first release with full support for OS X, although it's
certainly still very buggy.

Known issues:
- window status bars are still unsupported (they just don't show up)
- you get the bad keypress chime when you use the keyboard
- window geometry and font metrics aren't perfect (bit of clipping here
  and there)
- list view headers that aren't auto-sized are sometimes too short (file
  browser)
- input assignment is really rough (assigning a key also moves around in
  the list or beeps at you)

Custom OS X integration support so far:
- 512x512 ICNS application icon: will look razor-sharp even on a retina
  display
- basic Info.plist added to application bundle
- program menu about, preferences, quit all connected
- Settings->Configuration removed (use higan->Preferences instead)
- global menubar

To compile and use this, you'll need:
- Xz Utils (to extract .tar.xz)
- Xcode 4.6
- Lion 10.7.4 or newer

    mkdir higan_v092r04
    tar -xJf higan_v092r04.tar.xz -C higan_v092r04
    cd higan_v092r04
    make -j 2

ananke is missing, and I haven't updated purify yet, so you'll have to
move game folders from Windows or Linux over, or make them by hand (a
not so enjoyable experience, to say the least.)
2013-03-19 19:48:50 +11:00
..
advanced.cpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
advanced.hpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
audio.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
audio.hpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
hotkey.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
hotkey.hpp Update to higan v091 release. 2012-12-26 17:46:36 +11:00
input.cpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
input.hpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
server.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
server.hpp Update to v091r11 release. 2012-12-26 17:46:57 +11:00
settings.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
settings.hpp Update to higan v092r01, ananke v02r01 and purify v03r01 releases. 2013-01-21 23:27:15 +11:00
timing.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
timing.hpp Update to higan v091 release. 2012-12-26 17:46:36 +11:00
video.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
video.hpp Update to higan v091 release. 2012-12-26 17:46:36 +11:00