This project is mirrored from https://*****@github.com/libretro/flycast.git.
Pull mirroring updated .
- 06 Mar, 2014 23 commits
-
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
Lioncash authored
It's used nowhere else and leaving it as package local is just stupid.
-
Lioncash authored
Sorta weird this wasn't already set to this, considering Android uses 1.6 (and a hacky/crappy syntax only version of 1.7 if you consider 4.4+)
-
Lioncash authored
Also make an anonymous class method parameter more readable. Anything is better than arg[x].
-
Lioncash authored
Both do the exact same thing, but one is way more indicative of intent here. Also removed an unnecessary flush. This happens upon calling .close.
-
-
Karen Tsai authored
-
Lioncash authored
Also kill off a case where null literally won't happen in FileBrowser.java.
-
Karen Tsai authored
Made the menu button actually functional, fixed one of the menu buttons which was somehow misplaced off to the right, Git information now appears in the Version UILabel, the About screen is now somewhat functional, cleaned up the Settings page, changed the Paths page so that we aren’t yelling at the poor user in all caps.
-
Lioncash authored
Kill off some checking for Integer being null in GL2JNIActivity.java. These will never be null, since the functions return a primitive int.
-
Lioncash authored
-
Lioncash authored
Replace some Integer.valueOf calls with Integer.parseInt in ConfigureFragment.java. Boxing to an Integer isn't necessary here.
-
Karen Tsai authored
-
Karen Tsai authored
Added a bunch of placeholder-quality images to the iOS UI from the Android UI. I’ll fix them tomorrow.
-
Lioncash authored
Also changed the error title of the AlertDialog depending on whether the Flash ROM or BIOS are missing.
-
Karen Tsai authored
-
Karen Tsai authored
-
Karen Tsai authored
-
Karen Tsai authored
Added various images used by the frontend, added buttons. (The emulator view won’t be horizontal in the future).
-
Karen Tsai authored
Changed iOS target to iOS 5.0, removed arm64 slice, modified README.md, added an initial iOS frontend, added empty subclasses, added debugging entitlements plist to fix lldb, recreated the entire xcodeproj (it was somewhat required), removed iPad storyboard, removed code-signing requirements, modified AppDelegate to fix view controller status bar tint colors for iOS 7 and 6.
-
Karen Tsai authored
Added more filetypes to gitignore, mostly build artifacts that should never be checked into version control.
-
Karen Tsai authored
-
- 05 Mar, 2014 3 commits
-
-
Stefanos Kornilios Mitsis Poiitidis authored
-
Stefanos Kornilios Mitsis Poiitidis authored
-
TwistedUmbrella authored
Invert the native activity preference until adjusted for x86
-
- 04 Mar, 2014 13 commits
-
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
Pulling more changes from the Native branch
-
TwistedUmbrella authored
-
TwistedUmbrella authored
Native
-
TwistedUmbrella authored
Can’t really tell a local build from a stock build if they both have the same label. Be gone you!
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
TwistedUmbrella authored
-
- 03 Mar, 2014 1 commit
-
-
TwistedUmbrella authored
Integrate an inline messaging system using Android GCM
-