Commit Graph

818 Commits

Author SHA1 Message Date
Stefanos Kornilios Mitsis Poiitidis 3615fe0eff Enable Android TV options
Travis builds with sdk-21 now, so all is fine
2015-03-31 04:49:05 +02:00
Stefanos Kornilios Mitsis Poiitidis 014d739495 Update for ndk-10d, improved build options 2015-03-29 06:02:24 +02:00
Stefanos Kornilios Mitsis Poiitidis 0c04adba67 reios: Add support for elf booting 2015-03-22 01:30:19 +01:00
TwistedUmbrella b1108d15d0 Merge pull request #596 from reicast/loungekatt
Add theme selection GUI, Flush incoming intent when handled
2015-03-14 12:11:29 -04:00
TwistedUmbrella 2ae8ede025 Android TV config (pending travis API 21 support) 2015-03-14 11:53:46 -04:00
TwistedUmbrella 6cf0d1acda Add a settings toggle to configure reios 2015-03-14 11:51:30 -04:00
Willians 25c40685e9 update brazilian translation
Revised translation and add options that were missing,
2015-03-02 09:11:51 -03:00
TwistedUmbrella f440743a57 Remove unsupported flags, Add theme "clear" 2015-02-26 01:08:02 -05:00
TwistedUmbrella 2fe7062249 Add the manifest requirements for Android TV 2015-02-26 00:47:44 -05:00
TwistedUmbrella e15fcc38e9 Better handling of theme items for spinner 2015-02-26 00:46:29 -05:00
TwistedUmbrella 21fbad3ba5 Verify freezing is not a context / thread issue 2015-02-26 00:46:29 -05:00
TwistedUmbrella cb555bc06f Properly flush an intent after the data is handled
Add a missing bracket for the intent cancellation
2015-02-26 00:46:29 -05:00
TwistedUmbrella 30cfc0b15a Add a basic theme selection option to configuration 2015-02-26 00:46:29 -05:00
Stefanos Kornilios Mitsis Poiitidis 7c64d57b35 Merge branch 'master' into skmp/bios-hle 2015-02-25 15:21:59 +01:00
Stefanos Kornilios Mitsis Poiitidis 952b1ae6e9 reios/hleboot: support cdroms, descramble, slightly smarter bootfile search 2015-02-25 15:21:22 +01:00
TwistedUmbrella 584fdae6f8 Add a basic backend for supporting button themes
The theme path will be store as the button_theme pref and verified
before loading. This will replace any existing buttons in the data
folder of the emulator home_directory at runtime and load as the
graphics for the button configuration. This requires button themes be
standardized.
2015-01-23 09:25:20 -05:00
Stefanos Kornilios Mitsis Poiitidis f2c07917c7 Partially working dyna for iOS. Very few games working atm.
This works, but is extremelly hacky. Must be started without attached debugger, lldb doesn't want to let go of EXC_BAD_ADDRESS, but reicast really depends on it getting delivered as SIGSEGV/SIGBUS. Also xcode has a really bad day upon seeing the jit code. Oh well.

There's some dynarec bug that causes color corruption on bios logo/boot triagles, TA crash on ikaruga and infinitive loop on crazy taxi. I'd guess some fp-memory-write thingy, abi, or smth. Too bad.

- Force code to compile in arm mode (arm jit -> thumb mem functions is complicated)
- SIGILL, SIGBUS. Works w/o Mach exceptions and EXC_BAD_ADDRESS
- Code buffers move to __TEXT, munmapped && memmapped to actually work
- Primitive input. Button + start, or left (works to get out of bios date screen)
- Fixup emitter for thumb2/interworking (didn't work though, reverted to arm cc)
- Block Manager: Disable mem saving / page fault alloc-on-demand logic
- Move cycle counter to r11, r9 is not clean on iOS. Remove r11 from reg alloc list
- Cache flushes for iOS
- log to log.txt
- load game.chd
2015-01-18 23:52:12 -08:00
TwistedUmbrella 9e2b28ae46 hack: Temp fix for crash in MOGA lib on Lollipop. 2015-01-16 23:20:20 -05:00
TwistedUmbrella 8e548811e1 Add a thorough check for the data folder dilemma 2015-01-06 23:34:59 -05:00
TwistedUmbrella 4c96052d32 Support modifying the Moga listener at runtime 2015-01-06 23:34:59 -05:00
TwistedUmbrella 96a274caaf Stop relying on a bug to maintain popup view width
The original view was held in place due to an Android bug that began
around ICS, which did not stretch views beyond a set amount when
displayed in modal dialogs.

Clean up the layout to better fit the popup items
2015-01-06 23:34:59 -05:00
TwistedUmbrella b3de233e55 Fallback to old network methods for compatibility 2015-01-06 23:34:59 -05:00
TwistedUmbrella f211a4fa68 Connect Moga controller to new input handlers 2015-01-06 23:34:59 -05:00
TwistedUmbrella 1e783165ae Remove unnecessary StackTrace from error output 2015-01-06 23:34:59 -05:00
TwistedUmbrella 51c82ddb18 Fallback to old network methods for compatibility 2015-01-06 23:34:59 -05:00
TwistedUmbrella 2d9767b3b1 Avoid thread pool when executing non-parallel task 2015-01-06 23:34:58 -05:00
~skmp 0783875b84 Linux GLX/3.1 support
My setup is only 2.1 right now, so this is totally untested
2014-12-30 13:21:05 +02:00
~skmp 83752b9761 Fix building for linux (-DGLES && eglCreateWindowSurface) 2014-12-30 10:00:20 +02:00
Stefanos Kornilios Mitsis Poiitidis 25eee26ce5 First steps towards a HLE bios implementation
This is very simplistic, but can already boot and run many games

Known working so far
- Dead Or Alive 2 LE
- Head Hunter
- Marvel VS Capcom 2

Not working
- (Almost) all others
2014-12-29 22:05:35 +01:00
TwistedUmbrella dee65d217c Simplify the network check to avoid false positive 2014-12-25 01:03:23 -05:00
TwistedUmbrella 069e96384b update build configuration for public repository 2014-12-19 15:05:01 -05:00
TwistedUmbrella 1301d24c41 Remove unused CoverFlow library due to menu update 2014-12-17 15:07:07 -05:00
TwistedUmbrella 595a79b2c3 Hide the keyboard when entering file browser 2014-12-17 14:28:52 -05:00
TwistedUmbrella 7d3ba6f539 Change crash dialog to crash toast message
Some of the errors are easily bypassed, but a popup stops gameplay
simply to be dismissed.
2014-12-17 14:28:52 -05:00
TwistedUmbrella f4698fc3d7 Record crash output to application log 2014-12-17 14:28:52 -05:00
Stefanos Kornilios Mitsis Poiitidis 56ebda10a9 ios interpreter works, bios runs w/ 3d visulals
THIS IS A MESS. Sorry @angelXwind :p. We'll have to clean up and merge for r8, but most of the nasty work is there.

What works:
- full init, memalloc, mprotects, etc
- boot
- gles2

What doesn't:
- Exceptions for page faults
  - Breaks texture cache
  - Breaks dynarec because of fastpath
  - segfaults don't work, needs special mach exc_server magic that still eludes me after 5 hours
- Dynarecs. RWX issues, and broken buffer mappings. Also some minnor linking stuff (most of it is taken care of)
- Audio. I just killed it off.
- All of the ui. Was getting in the way of me not knowing how to edit story boards...
- Input

Also, merged branch 'skmp/mac86-hackport' into skmp/ios-wip

Have fun~
2014-12-17 10:19:44 -08:00
Stefanos Kornilios Mitsis Poiitidis 86e2408ace wip to get ios compiling 2014-12-17 03:10:18 -08:00
Stefanos Kornilios Mitsis Poiitidis 819ed61ec8 Updated for visual studio community 2013
(yay, free tooling1)
2014-12-17 07:10:59 +01:00
Stefanos Kornilios Mitsis Poiitidis defc25e9c1 Remove READ_LOGS, see issue 571 2014-12-15 02:18:37 +01:00
Stefanos Kornilios Mitsis Poiitidis 279b957e94 Merge 2014-12-15 01:14:46 +01:00
TwistedUmbrella bf0490d06e No debug plugin means no need for a sharedId
May also resolve some issues with installing over an existing build
without uninstalling the build first.
2014-12-14 15:36:53 -05:00
Stefanos Kornilios Mitsis Poiitidis cbc4f8db2c Push version to r7 2014-12-14 18:05:59 +01:00
Stefanos Kornilios Mitsis Poiitidis b1f88f258b Merge branch 'master' of github.com:reicast/reicast-emulator 2014-12-11 14:02:43 +01:00
Stefanos Kornilios Mitsis Poiitidis 34bc42b7a4 Add x64 target, fix Sh4RCB pointer sizing, u32->unat in vmem 2014-12-11 14:02:10 +01:00
Stefanos Kornilios Mitsis Poiitidis 22e95de2d1 Merge pull request #572 from reicast/skmp/pandora-merge
pandora merge
2014-12-11 03:26:13 +01:00
Stefanos Kornilios Mitsis Poiitidis d5ddad53d1 Use XMLParser from master 2014-12-11 03:17:17 +01:00
TwistedUmbrella e4025420af Fix indentation issues when transferring code 2014-11-21 15:03:22 -05:00
TwistedUmbrella 4aa0bee20e Add lazy-load image library, Add github resources 2014-11-21 12:24:59 -05:00
TwistedUmbrella 6ba58fd695 Import debug tool git viewer and deprecate plugin 2014-11-21 12:24:59 -05:00
TwistedUmbrella 2c1b46dfd9 Update a stray translation for troubleshooting 2014-11-21 12:24:58 -05:00
TwistedUmbrella 4b58c695fc Allow default navigation to default to user folder 2014-11-21 12:24:58 -05:00
TwistedUmbrella 159d554c7d Fully unlink joystick config from compat & custom 2014-11-21 12:24:58 -05:00
TwistedUmbrella 612928fedf Add resources for error dialog, Disable test 2014-11-21 12:24:58 -05:00
TwistedUmbrella d26d4d4cfa Fix the display of messages within emu thread 2014-11-12 21:42:52 -05:00
Stefanos Kornilios Mitsis Poiitidis c2d1fbfdc2 WIP to get an alert dialog show
- new String() fails, somewhere deep on the android run-time, with no exception or some kind of logged error on my N4. WHY?
- The android debugger is a huge PITA.
- Eclipse is best left unused
2014-11-10 13:34:59 +01:00
Stefanos Kornilios Mitsis Poiitidis d1aa96d3e1 Improve error handling
Add coreMessage, die to EmuThread, propagate msgboxf to coreMessage
2014-11-10 05:28:52 +01:00
TwistedUmbrella dbc6f5a43c Merge pull request #557 from reicast/loungekatt
Fancy toast, Forgiving BIOS directory selection
2014-10-30 22:43:57 -04:00
Stefanos Kornilios Mitsis Poiitidis bedb8564f2 Update ant/custom-build.xml to use env processor count (works windows), default to -j4, and also from env NDKBUILDOPT 2014-10-30 11:08:00 +01:00
TwistedUmbrella 5abd36612d Add resources for notification size limitations 2014-10-28 12:08:34 -04:00
TwistedUmbrella 49a44b3cb0 Fancy toast, Forgiving BIOS directory selection 2014-10-24 22:44:32 -04:00
TwistedUmbrella 211fa6e3b1 Temporary disable of icons for Android L
java.lang.NullPointerException: Attempt to invoke virtual method
'boolean android.graphics.drawable.Drawable.canApplyTheme()' on a null
object reference

public boolean canApplyTheme () Added in API level 21
2014-10-19 09:43:06 -04:00
TwistedUmbrella 7d87829171 Workaround for relative path access restrictions 2014-10-19 08:08:54 -04:00
TwistedUmbrella 22adcee052 Implement functional locator and path navigation 2014-10-16 14:59:20 -04:00
TwistedUmbrella 88beeb147d Add a check for extSdCard mounts (Samsung) 2014-10-15 12:06:41 -04:00
TwistedUmbrella 1aa50faadf Basic automated BIOS locator
Requires BIOS still be in a “data” subfolder
2014-10-08 23:13:27 -04:00
TwistedUmbrella 58d3c1a037 Fix alignment when restoring VMU to menu 2014-10-08 21:22:52 -04:00
TwistedUmbrella da03a6bbce Add main menu popup from predefined layout 2014-10-08 20:18:28 -04:00
TwistedUmbrella 81707ea383 Convert popup submenus to scrollable layouts 2014-10-07 01:30:12 -04:00
TwistedUmbrella af7fbf47c0 Switch to XML popup layouts to prevent size issues
This also adds text labels to the buttons for easier identification of
functionality
2014-10-06 14:22:50 -04:00
TwistedUmbrella 151c754281 Make sure menu items are visible in layout 2014-10-05 17:13:02 -04:00
TwistedUmbrella 6409215a1a Update images with high res base graphic 2014-10-05 17:01:23 -04:00
TwistedUmbrella 26b669cc8d Move right stick setting to input options 2014-10-05 16:19:50 -04:00
TwistedUmbrella 5156d04b76 More icon updates for additional placements 2014-10-05 14:13:12 -04:00
TwistedUmbrella 9ccaf18304 Modernize graphics to match site revision
Temporary resizes from Photoshop. Will be converted to vector graphic
for lossless resizing
2014-10-01 14:14:51 -04:00
TwistedUmbrella 0dba81b99a Move onscreen joystick config to configuration 2014-10-01 13:51:29 -04:00
TwistedUmbrella 7b615ad37c Add icon to for disk swap onscreen option 2014-10-01 13:46:38 -04:00
TwistedUmbrella 846edc61d3 Update Moga lib, Refresh home between windows 2014-10-01 10:16:05 -04:00
Stefanos Kornilios Mitsis Poiitids f14932c362 Building on osx w/o rec or rend 2014-09-30 12:00:46 +03:00
Stefanos Kornilios Mitsis Poiitidis aa33d230e5 Merge branch 'master' into skmp/r7-sprint 2014-09-14 14:12:46 +03:00
TwistedUmbrella 0b2494b568 Fix onscreen control layout on layout change
Addresses https://github.com/reicast/reicast-emulator/issues/531
2014-09-11 01:14:20 -04:00
TwistedUmbrella f3fde06548 Unlink custom from JS-Dpad, Rename appropriately
The preference name was a little misleading. The preference has the
same functionality, but was named to imply an inverse functionality. It
is now disabled by default, which may need to be reversed if the number
of games requiring the feature to split the two controls is outweighed
by the number for which the feature disables joystick functionality.
2014-09-11 01:14:15 -04:00
Stefanos Kornilios Mitsis Poiitidis 51946d606a Merge branch 'master' into skmp/r7-sprint 2014-09-05 13:21:56 +03:00
TwistedUmbrella 223f818a33 Merge pull request #523 from LoungeKatt/master
Support basic debug plugin when app unavailable
2014-08-31 08:35:47 -04:00
Karen Tsai 2c651298d5 Updated iOS front end, removed low quality UI images. Need to make better ones using the Android UI images. 2014-08-18 22:56:35 +02:00
Karen Tsai bbe745da49 Massive build fix for iOS, ngen_arm.S (ARM JIT core) now compiles! The next goal… fix OGLES2. Because that’s completely broken. Also, updated .gitignore to properly ignore iOS build artifacts. 2014-08-18 22:54:08 +02:00
ptitSeb 3d8183bb86 Small update to Makefile 2014-08-18 22:50:33 +02:00
ptitSeb 0a17c4333a PANDORA: Options and GUI 2014-08-18 22:50:32 +02:00
TwistedUmbrella 3da30ba555 Disable internet components when detail option disabled 2014-08-18 22:41:17 +02:00
TwistedUmbrella 8ebe44ea85 Preload game details to allow setting icons, faster loading 2014-08-18 22:35:25 +02:00
TwistedUmbrella a5ff5c9473 Async XML loading, Move XML methods to parser class 2014-08-18 22:33:05 +02:00
TwistedUmbrella 8c69e6142e Add a proper info API, but retain the requirements for now 2014-08-18 22:29:35 +02:00
TwistedUmbrella c1537ca3c8 Add game details as webpage popup during launch process
Currently supports games with standard naming (i.e. Dead or Alive 2) or
brackets for details (i.e. Dead or Alive 2 [NTSC-J])
2014-08-18 22:26:00 +02:00
Stefanos Kornilios Mitsis Poiitidis 5e35e7f746 Initial webui code (that does nothing useful)
I plan to port over the existing nulldc debugger stuff to a webui so we can do remote debugging on android and more
2014-08-18 22:18:03 +02:00
Stefanos Kornilios Mitsis Poiitidis 778efcdf19 add libwebsocket 2014-08-18 22:15:27 +02:00
ptitSeb a56538babc PANDORA: Options and GUI 2014-08-18 21:58:46 +02:00
ptitSeb c4715150cc PANDORA: played with ccache 2014-08-18 21:58:45 +02:00
Karen Tsai ae91ea63e7 Removed more low-quality and unused UI images, updated emulator view controller. 2014-08-18 21:56:03 +02:00
Karen Tsai b4cc42bd2e Updated iOS front end, removed low quality UI images. Need to make better ones using the Android UI images. 2014-08-18 21:56:03 +02:00
AndroidGX 7e3ee8ca26 French translation update 2014-08-18 21:56:02 +02:00
Karen Tsai bce423e877 Massive build fix for iOS, ngen_arm.S (ARM JIT core) now compiles! The next goal… fix OGLES2. Because that’s completely broken. Also, updated .gitignore to properly ignore iOS build artifacts. 2014-08-18 21:56:01 +02:00
TwistedUmbrella 2da588b7bb Attempt to avoid some contextual issues with info display 2014-08-18 21:56:00 +02:00
Luca1991 35b7ce464c Removed some unused localization strings (maybe used for debug purposes in the past??) that caused some compilation warnings 2014-08-18 21:56:00 +02:00
TwistedUmbrella b326bc2843 Proper immersive view for the main menu layouts 2014-08-18 21:55:59 +02:00
ptitSeb 01c419c63a Small update to Makefile 2014-08-18 21:55:59 +02:00
ptitSeb aa80f4a852 PANDORA: Options and GUI 2014-08-18 21:55:57 +02:00
ptitSeb 4d8d5f68fc Fixed Pandora Makefile 2014-08-18 21:55:56 +02:00
Luca1991 9d6adf8221 Added Italian Localization 2014-08-18 21:54:31 +02:00
TwistedUmbrella 4058ecc737 Disable info display by default until internet check works 2014-08-18 21:54:31 +02:00
Stefanos Kornilios Mitsis Poiitidis 734db8a743 Split CFLAGS/CXXFLAGS on core.mk, warning fixes 2014-08-18 21:54:30 +02:00
Stefanos Kornilios Mitsis Poiitidis 5de530d68e Echo state on websocket, hack abit the nacl makefile 2014-08-18 21:54:30 +02:00
Luca1991 a711b4e0e3 CloudVMU tool added 2014-08-18 21:54:29 +02:00
Claus Østergaard 1414176b08 Update strings.xml 2014-08-18 21:54:27 +02:00
TwistedUmbrella b787f590d3 Remove some test changes, Use drawable swap function 2014-08-18 21:54:25 +02:00
TwistedUmbrella ea1686df08 Add the preliminary menu option to swap a utopia disk 2014-08-18 21:54:24 +02:00
TwistedUmbrella 78a8a70073 Initial testing of "coverflow" integration for XMB menus 2014-08-18 21:54:24 +02:00
TwistedUmbrella 261cfb13f3 Get filename when info disabled, Regex to avoid invalids 2014-08-18 21:54:23 +02:00
MrPsyMan e22fd18ff8 Please do a sanity test before pushing your changes.
I should also start following the above advice. :p

t/y!
2014-08-18 21:54:22 +02:00
AndroidGX 44e80be303 French update about strings.xml
(lines and things to match latest english original strings.xml file).
2014-08-18 21:54:22 +02:00
TwistedUmbrella c4a32e73c4 Disable internet components when detail option disabled 2014-08-18 21:54:22 +02:00
TwistedUmbrella c332985bd1 Separate joystick and dpad by default when not configured 2014-08-18 21:54:21 +02:00
TwistedUmbrella 3da4c2eab1 Permission for verifying network connectivity 2014-08-18 21:54:20 +02:00
TwistedUmbrella 6676a3456f Preload game details to allow setting icons, faster loading 2014-08-18 21:54:20 +02:00
TwistedUmbrella 4490934188 Async XML loading, Move XML methods to parser class 2014-08-18 21:54:19 +02:00
TwistedUmbrella 5022831093 Make displaying game details in launcher a preference 2014-08-18 21:54:19 +02:00
TwistedUmbrella 554c86522e Add a proper info API, but retain the requirements for now 2014-08-18 21:54:18 +02:00
TwistedUmbrella 4743d8d31f Add game details as webpage popup during launch process
Currently supports games with standard naming (i.e. Dead or Alive 2) or
brackets for details (i.e. Dead or Alive 2 [NTSC-J])
2014-08-18 21:54:18 +02:00
Stefanos Kornilios Mitsis Poiitidis 7e1f639d6f Webui for linux 2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis 7d35000c18 WEBUI for android 2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis 528d0c6d7a Initial webui code (that does nothing useful)
I plan to port over the existing nulldc debugger stuff to a webui so we can do remote debugging on android and more
2014-08-18 21:54:16 +02:00
Stefanos Kornilios Mitsis Poiitidis 5cccea4a71 add libwebsocket 2014-08-18 21:54:14 +02:00
TwistedUmbrella 7bc1d7cdac Fix the typo now that it is actually being referenced 2014-08-18 21:54:13 +02:00
TwistedUmbrella fec60d0546 Summary check for intent data to support specific action 2014-08-18 21:54:13 +02:00
TwistedUmbrella 7f7387cf18 Remove unnecessary exposed intents, Add toast handler 2014-08-18 21:54:13 +02:00
TwistedUmbrella 66c1047427 Check for alternate joystick handlers (GameKeyboard, etc.)
Remove unused imports from various activities
Verify if gamekeyboard is being used to replace hardware
Configure stock controller layout as default
2014-08-18 21:54:12 +02:00
TwistedUmbrella cd06c05bef NativeActivity and navigational stability improvements
Improve shutdown when errors occur to prevent inability to restart
Reduce the context for launching activities to local application
Error checking when launching the native touchpad interface
2014-08-18 21:54:12 +02:00
ptitSeb b0c222bdd6 PANDORA: Options and GUI 2014-08-18 21:53:38 +02:00
ptitSeb c2b2c7146b Fixed Pandora Makefile 2014-08-18 21:52:14 +02:00
ptitSeb 5548a9b6f8 PANDORA: played with ccache 2014-08-18 21:51:13 +02:00
TwistedUmbrella 115504ed50 Support basic debug plugin when app unavailable 2014-08-16 13:35:31 -04:00
TwistedUmbrella bc6870a9ca Merge pull request #514 from LoungeKatt/master
Revert filesystem changes [testing], RS sensitivity, merge r7-sprint
2014-08-02 12:47:16 -04:00
TwistedUmbrella dcc5c6dce6 Merge pull request #505 from kitrio/patch-2
Update strings.xml
2014-08-02 12:45:15 -04:00
Stefanos Kornilios Mitsis Poiitidis 8dfc8f45f8 Add diagonials 2014-08-02 12:44:41 -04:00
Stefanos Kornilios Mitsis Poiitidis 5e66c99233 Fix immersive mode & gl resize
- Pass raw width & height to internal C/C++ code, so that resizes propagate
- Fixes input button & image missalignment on 4.4+
2014-08-02 12:44:30 -04:00
TwistedUmbrella dada5fb520 Retain permissions, Lower RS sensitivity limit 2014-07-29 20:24:42 -04:00
TwistedUmbrella e7037fe638 Revert "Add permissions and directory changes for KitKat"
This reverts commit 334431e786ccc0b822a06a339f20dd358c3ee580.
2014-07-29 20:24:30 -04:00
TwistedUmbrella 2cbf70b7c6 Revert "Rough draft of file handler for KitKat restrictions"
This reverts commit 512def9f1995777bc2960996b0960a6500e41d00.
2014-07-29 20:24:17 -04:00
TwistedUmbrella 38fedcab5f Revert "Revert the user directory after copy procedure"
This reverts commit f8f30cee1649240aef2c29e51aaee6bac34cccdb.
2014-07-29 20:23:47 -04:00
Stefanos Kornilios Mitsis Poiitidis 3ba9170ec8 Add diagonials 2014-07-26 11:53:18 +03:00
Stefanos Kornilios Mitsis Poiitidis a05760260e Move debugbreak to os module 2014-07-24 16:54:04 +03:00
Stefanos Kornilios Mitsis Poiitidis 7d2a1d9556 Fix immersive mode & gl resize
- Pass raw width & height to internal C/C++ code, so that resizes propagate
- Fixes input button & image missalignment on 4.4+
2014-07-24 13:32:15 +03:00
Sean Starnes e0e25d0668 Added adjustable vibration duration 2014-07-15 21:38:14 -05:00
TwistedUmbrella 307344a3ec Revert the user directory after copy procedure 2014-07-10 14:01:43 -04:00
TwistedUmbrella e30f181628 Rough draft of file handler for KitKat restrictions 2014-07-10 13:58:22 -04:00
TwistedUmbrella 3fbc58cf0f Handle trigger inputs regardless of R stick config 2014-07-07 11:37:25 -04:00
hooby3dfx d405d8157f Merge pull request #506 from hooby3dfx/master
minor tweak to mic support
2014-07-05 22:43:47 -04:00
kitrio e4deef3da2 Update strings.xml
improve korean translatation
2014-07-05 20:58:55 +09:00
TwistedUmbrella fed435b4fb Add permissions and directory changes for KitKat 2014-06-17 06:30:28 -04:00
Stefanos Kornilios Mitsis Poiitidis 16bee22105 Merge pull request #491 from reicast/http-chd
Http chd wip
2014-06-11 18:00:09 +03:00
TwistedUmbrella f1bdc306e6 Relabel native interface to warn users that it lacks OSD 2014-06-02 13:02:24 -04:00
TwistedUmbrella 2a8b099ac5 Clear the image from memory before resizing it 2014-06-02 12:59:15 -04:00
Stefanos Kornilios Mitsis Poiitidis 248bea39a9 Refactor coreio, fix for linux, make it build 2014-06-01 13:38:48 +03:00
TwistedUmbrella 0b5c991f0e Add wifi status permission for network availability 2014-05-27 01:58:48 -04:00
TwistedUmbrella 74ca093da3 Reduce, reuse, recycle (Even when it's a function) 2014-05-27 01:58:43 -04:00
TwistedUmbrella 4759b4fafb Add support for swapping BIOS files in local data folder 2014-05-27 01:58:43 -04:00
TwistedUmbrella b6aa26f5c9 Merge settings and paths for simpler menu system 2014-05-27 01:58:43 -04:00
Karen Tsai 8ffb16df2b Removed more low-quality and unused UI images, updated emulator view controller. 2014-05-23 20:40:32 -04:00
Karen Tsai c5549a6106 Updated iOS front end, removed low quality UI images. Need to make better ones using the Android UI images. 2014-05-23 20:33:05 -04:00
AndroidGX ff65c9679c French translation update 2014-05-21 22:01:49 +02:00
Karen Tsai 370fa02b5c Massive build fix for iOS, ngen_arm.S (ARM JIT core) now compiles! The next goal… fix OGLES2. Because that’s completely broken. Also, updated .gitignore to properly ignore iOS build artifacts. 2014-05-20 18:58:41 -04:00
TwistedUmbrella 9e76688a6c Merge pull request #482 from LoungeKatt/master
Proper immersive view for the main menu layouts
2014-05-20 12:26:05 -04:00
TwistedUmbrella 1d3a0a633b Attempt to avoid some contextual issues with info display 2014-05-20 12:24:23 -04:00
Luca1991 f993a1aea7 Removed some unused localization strings (maybe used for debug purposes in the past??) that caused some compilation warnings 2014-05-20 00:05:20 +02:00
TwistedUmbrella 45a3cff0d5 Proper immersive view for the main menu layouts 2014-05-19 14:20:06 -04:00
Luca1991 911bade123 Added Italian Localization 2014-05-18 18:38:05 +02:00
TwistedUmbrella 724109d02f Disable info display by default until internet check works 2014-05-15 09:32:43 -04:00
TwistedUmbrella ebeef1ddaf Merge pull request #474 from Luca1991/master
CloudVMU tool added
2014-05-13 19:03:57 -04:00
Stefanos Kornilios Mitsis Poiitidis f0b7d92262 Merge pull request #470 from coestergaard/patch-3
Update strings.xml
2014-05-12 20:55:29 +03:00
Stefanos Kornilios Mitsis Poiitidis ee2a1b7d20 Split CFLAGS/CXXFLAGS on core.mk, warning fixes 2014-05-12 20:53:43 +03:00
Stefanos Kornilios Mitsis Poiitidis 5f72bb34df Echo state on websocket, hack abit the nacl makefile 2014-05-12 20:53:42 +03:00
Luca1991 99e4f8b47f CloudVMU tool added 2014-05-11 18:53:28 +02:00
Claus Østergaard edfe1600ce Update strings.xml 2014-05-10 09:25:59 +02:00
TwistedUmbrella 6ad8c9ac11 Remove some test changes, Use drawable swap function 2014-05-09 14:33:54 -04:00
TwistedUmbrella 64e50d0dab Add the preliminary menu option to swap a utopia disk 2014-05-08 00:02:42 -04:00
TwistedUmbrella c5c57b77ec Initial testing of "coverflow" integration for XMB menus 2014-05-08 00:02:42 -04:00
TwistedUmbrella 42f4085ed1 Get filename when info disabled, Regex to avoid invalids 2014-05-08 00:02:42 -04:00
MrPsyMan 2d8f2dd6b0 Please do a sanity test before pushing your changes.
I should also start following the above advice. :p

t/y!
2014-05-08 02:22:31 +03:00
AndroidGX 150a129818 French update about strings.xml
(lines and things to match latest english original strings.xml file).
2014-05-05 22:40:24 +02:00
TwistedUmbrella 933a36b5c4 Disable internet components when detail option disabled 2014-05-04 17:03:09 -04:00
TwistedUmbrella 4e40430a13 Separate joystick and dpad by default when not configured 2014-04-30 01:53:56 -04:00
TwistedUmbrella 122f1bbcb7 Permission for verifying network connectivity 2014-04-29 20:47:53 -04:00
TwistedUmbrella 8b76e84654 Preload game details to allow setting icons, faster loading 2014-04-29 20:33:25 -04:00
TwistedUmbrella 809a1afa28 Async XML loading, Move XML methods to parser class 2014-04-29 20:32:36 -04:00
TwistedUmbrella 5b94408a63 Make displaying game details in launcher a preference 2014-04-29 20:32:36 -04:00
TwistedUmbrella 4c965b883c Add a proper info API, but retain the requirements for now 2014-04-29 20:32:36 -04:00
TwistedUmbrella 9de771f30e Add game details as webpage popup during launch process
Currently supports games with standard naming (i.e. Dead or Alive 2) or
brackets for details (i.e. Dead or Alive 2 [NTSC-J])
2014-04-29 20:32:36 -04:00
Stefanos Kornilios Mitsis Poiitidis 3eb27fc109 Compiles and links for linux x86. No worky yet.
Woohoo, a new gcc bug!
The x86 linux dynarec just got a couple of months further away thanks to gcc being totally retarded as some things (namely, fastcalls). And yes, reicast depends on fastcalls for a lot of things, and no, i don't care if you don't like fastcalls.
2014-04-25 12:54:25 +03:00
Stefanos Kornilios Mitsis Poiitidis 8081a3d06a Webui for linux 2014-04-25 06:26:36 +03:00
Stefanos Kornilios Mitsis Poiitidis 5fee692c31 WEBUI for android 2014-04-25 05:59:53 +03:00
Stefanos Kornilios Mitsis Poiitidis 5e25bfd507 Initial webui code (that does nothing useful)
I plan to port over the existing nulldc debugger stuff to a webui so we can do remote debugging on android and more
2014-04-23 00:04:22 +03:00
Stefanos Kornilios Mitsis Poiitidis 2f5bec2304 add libwebsocket 2014-04-22 16:15:54 +03:00