I’m building RetroArch under OSX 10.9.5 with Xcode 5.1.1 against the 10.8 SDK (also tried the 10.9 SDK).
It builds and runs OK, but the menu wallpaper is missing. The menu has a solid black background instead of the red flower (?) wallpaper present in the official build.
The gear, clock, and on/off widgets are also missing. I see the words “ON” and “OFF” instead of the on/off slider widget. I see solid white rectangles instead of the clock and gears.
Anyone know how to remedy this? Am I missing some graphics resources (couldn’t find the red wallpaper PNG file)? I’m new to the codebase. Any place I should look for the wallpaper loading logic? TIA.