bsnes/higan/phoenix/windows
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
..
action Update to v092r03 release. 2013-03-16 00:11:33 +11:00
widget Update to v092r03 release. 2013-03-16 00:11:33 +11:00
application.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
browser-window.cpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
desktop.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
font.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
header.hpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
keyboard.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
message-window.cpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
mouse.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
object.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
phoenix.Manifest Update to higan v091 release. 2012-12-26 17:46:36 +11:00
phoenix.rc Update to higan v091 release. 2012-12-26 17:46:36 +11:00
platform.cpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
platform.hpp Update to v092r04 release. 2013-03-19 19:48:50 +11:00
settings.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
timer.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
utility.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00
window.cpp Update to v092r03 release. 2013-03-16 00:11:33 +11:00