Commit Graph

522 Commits

Author SHA1 Message Date
Aaahh Ahh ac80cffdce (Android) Ask for external sdcard permission
Permission has to be explicitly asked for or it won't be granted on api 23 or higher.
2016-12-25 15:06:54 -05:00
Seth Kingsley b690fb2abc Use native getopt_long() on macOS 2016-12-17 16:56:40 -08:00
Seth Kingsley 079cdfa96c Move OTHER_CFLAGS up to the project and inherit
This is to make adding -DHAVE_... flags easier.
2016-12-17 16:49:38 -08:00
twinaphex 1c0d8f3927 Add compat_strcasestr to Xbox Salamander solutions 2016-12-17 19:37:30 +01:00
twinaphex d6836a6a6f (iOS) Update solutions 2016-12-14 19:44:12 +01:00
twinaphex c418abc0be (iOS) Update solutions 2016-12-14 19:43:02 +01:00
twinaphex 52a41e77c4 (Android) Buildfix 2016-12-12 13:26:45 +01:00
twinaphex 08a60c94d0 Move audio resampler drivers (Sinc/nearest) to libretro-common; maister gave permission to relicense to MIT 2016-12-12 13:02:29 +01:00
twinaphex 9375efe24e Add HAVE_CC_RESAMPLER defines 2016-12-12 12:44:29 +01:00
twinaphex 26fe408bb4 (Emscripten) Add button 2016-12-10 22:01:40 +01:00
Logan McNaughton 0b0bdadeee Don't define HAVE_OPENGLES2 for Android if GLES=3 2016-12-08 15:22:00 -07:00
twinaphex 6b779dab4f (MSVC 2003) XInput likely not to work 2016-12-07 07:16:58 +01:00
twinaphex 4d23ba91fc (Android) Buildfix 2016-12-05 04:24:45 +01:00
Rob Loach d386f63525
[Emscripten] Add Tooltips to the buttons 2016-12-03 11:44:26 -05:00
terry1994 f54b8cb9a9 Fix building on iOS 9 and 10.
Adjusted iOS 10 project to target minimum iOS version of 10.
Using minimum iOS version to determine availablity of clock_gettime (exists only on iOS 10+). Building with 10/10.1 SDK would cause this method to be called in iOS 9 builds, resulting in a crash on start.
2016-12-01 09:39:53 +01:00
radius b1531618f1 add git version to android build 2016-11-26 16:02:12 -05:00
radius 415f84e13f having it as preferExternal accomplishes literally nothing!
Basically it saves the apk file (that is used ONCE) in the external SD but all the data files are created in the same location in the internal partition
Having it as preferExternal causes installation issues on some devices (have to remove the SD card to install the app..., then insert again)
2016-11-25 13:48:41 -05:00
radius 50539d58df allow cleaning up idbfs 2016-11-21 20:58:45 -05:00
neville 12804431db (GLSL) Avoid memsets - good for about a +1fps speedup with simplified
ribbon on PowerPC Mac
2016-11-10 18:35:47 +01:00
twinaphex bc9dabf916 Add pkg/wiiu files 2016-11-06 13:26:33 +01:00
twinaphex cca2aa7ee9 (MSVC) Add HAVE_UPDATE_ASSETS 2016-11-05 23:32:29 +01:00
twinaphex 7fc1d76c4c (MSVC) Update paths 2016-11-04 18:55:16 +01:00
twinaphex 9fa0fc255c (MSVC) Update paths 2016-11-04 18:52:01 +01:00
twinaphex 3d9f43bcdc (MSVC) Update paths 2016-11-04 18:46:37 +01:00
twinaphex 41212b40c5 Remove DONT_HAVE_STATE_TRACKER 2016-10-20 05:11:35 +02:00
twinaphex fac1527e5c Add HAVE_UPDATE_ASSETS for Apple builds 2016-10-19 02:38:40 +02:00
twinaphex b3e3bf13f7 Take out HAVE_ZARCH for PPC OSX 2016-10-19 02:34:01 +02:00
twinaphex 1dfbb7f3b7 Take out HAVE_ZARCH for OSX 2016-10-19 02:33:36 +02:00
twinaphex cb8aca97f5 (Emscripten) Add Reicast button 2016-10-10 22:42:44 +02:00
twinaphex c2bb410d8d Take out HAVE_BUILTIN_AUTOCONFIG - always include it 2016-10-04 07:33:57 +02:00
twinaphex 9384875ab0 Don't use HAVE_NETPLAY any more 2016-09-29 21:07:10 +02:00
radius 4dcd08c574 (ems) useless CDN is useless 2016-09-29 08:54:50 -05:00
radius 4e33f25328 (ems) useless CDN is useless 2016-09-29 08:49:31 -05:00
twinaphex 3b8ae65afb (Android) Re-enable Vulkan 2016-09-29 12:22:31 +02:00
twinaphex efdee89d09 Create samples 2016-09-28 12:44:41 +02:00
radius c790f452e7 (ems) update template, don't enable run button till idbfs is synced 2016-09-24 22:32:47 -05:00
Logan McNaughton 133a7bdb14 These are (pretty much) alphabetical
Makes it a little easier to find it if you don't know where they are.

Also, maybe consider only listing the cores that actually work with the Web Player? (I'm not sure which ones that is)
2016-09-24 16:52:48 -06:00
radius e48cd885f9 (ems) update webplayer template too 2016-09-24 17:30:03 -05:00
radius 1efdffd191 (ems) use idbfs instead of localstorage 2016-09-24 17:18:32 -05:00
radius 9f3102e601 (ems) fix this 2016-09-24 15:36:27 -05:00
radius dc276df53e (ems) use imfs in this template for testing purposes 2016-09-24 12:59:10 -05:00
radius 8cb8390dbe fix typo 2016-09-22 22:15:02 -05:00
radius 5f9a54af56 Add Glupen 2016-09-21 19:20:44 -05:00
Andrés Suárez 32017c3cae Update index.html 2016-09-21 15:37:52 -05:00
Logan McNaughton f0204a8b5d Fix emscripten async and add glupen64 2016-09-21 14:10:05 -06:00
twinaphex e25472013f Move dir variable 2016-09-20 01:54:59 +02:00
twinaphex 2f17fdd651 Update Android.mk 2016-09-20 01:54:24 +02:00
twinaphex 88dd3c131c Get rid of jni/Android2.mk 2016-09-19 19:31:33 +02:00
radius be6bce0eb0 (ems) template fixes 2016-09-17 16:58:34 -05:00
radius ed326e0479 (ems) template fixes 2016-09-17 15:19:34 -05:00
radius 29e354a3c6 (ems) template cleanups 2016-09-17 15:13:47 -05:00
radius ec01d2400e (ems) template fixes 2016-09-17 15:13:47 -05:00
radius 64b802b47a (ems) add to the other templates too 2016-09-17 12:37:42 -05:00
radius 356c17678e (ems) add button to clean local storage 2016-09-17 12:37:42 -05:00
radius bca82f7413 use a generic globe instead of a chrome icon 2016-09-17 11:23:59 -05:00
radius 6f195ddc6d (ems) template cleanup 2016-09-17 02:05:49 -05:00
radius 0515e9f753 (ems) remove some unused code 2016-09-17 02:01:13 -05:00
radius 69f8cd1acb (ems) add template for people who want their own self-hosted player
(ems) add readme
2016-09-16 10:04:46 -05:00
radius 247de41ce1 (ems) itch.io, readd log window 2016-09-15 23:19:23 -05:00
radius 90a13632ac (ems) itch.io, fix core selector 2016-09-15 21:21:17 -05:00
fr500 f0b0c13d78 (ems) disable dropbox integration on itch.io for now 2016-09-15 19:01:05 -05:00
fr500 035259b959 (ems) disable dropbox integration on itch.io for now 2016-09-15 18:56:21 -05:00
fr500 0427ede025 (ems) update urls for itch 2016-09-15 18:56:21 -05:00
fr500 28a334318a (ems) itch.io template refinement 2016-09-15 18:33:12 -05:00
fr500 f4e35e3cdf (ems) reorganize templates 2016-09-15 18:18:26 -05:00
fr500 20999f9952 (ems) remove deprecated template 2016-09-15 18:18:26 -05:00
fr500 2952952169 (ems) add itch.io template 2016-09-15 18:18:26 -05:00
Twinaphex 9fbd4a5265 Revert "(Emscripten) Bind to the console when logging" 2016-09-15 13:34:31 +02:00
Rob Loach 993de8b4c4
(Emscripten) Use .bind() on the console object 2016-09-15 00:45:25 -04:00
Rob Loach 8564a5b266
Revert "Revert "(Emscripten) Print logs to the browser console""
This reverts commit a3b4db2d63.
2016-09-15 00:43:40 -04:00
radius a3b4db2d63 Revert "(Emscripten) Print logs to the browser console"
Doesn't work on firefox or edge

This reverts commit ddccaeed8c.
2016-09-14 22:23:48 -05:00
Rob Loach ddccaeed8c
(Emscripten) Print logs to the browser console 2016-09-14 18:33:52 -04:00
Twinaphex 35f3497033 Revert "(Emscripten) Show/Hide the console" 2016-09-14 18:35:56 +02:00
Andrés Suárez b380977421 Update proto.js 2016-09-14 10:42:15 -05:00
radius f855e80933 (emscripten) use standard frontend assets dir 2016-09-13 23:41:53 -05:00
Rob Loach 0ae05ef394
Add a toggle console 2016-09-13 22:31:16 -04:00
radius 9022bf75ad (emscripten) make core assets a subdir of content 2016-09-13 19:48:17 -05:00
radius 0b46a6902d (emscripten) add downloads to userdata 2016-09-13 19:40:45 -05:00
radius d6f82b4a16 (emscripten) disable buttons for real, use inmemory file system for content to be able to upload more than 10MB 2016-09-13 19:37:00 -05:00
twinaphex ae158453e1 (Emscripten) Add title for menu toggle 2016-09-12 15:17:28 +02:00
radius 2c01ffcdb9 (ems) add menu toggle button 2016-09-11 02:37:56 -05:00
Andrés ec6eb0ccad Merge pull request #3566 from RobLoach/patch-8
(Emscripten) Use a CDN for Material Design
2016-09-11 01:47:17 -05:00
Andrés a714f77646 Merge pull request #3567 from RobLoach/fix-browserfs
(Emscripten) Fix BrowserFS casing
2016-09-11 01:47:10 -05:00
Rob Loach 308c3e2655
(Emscripten) Fix BrowserFS casing 2016-09-11 02:44:20 -04:00
Rob Loach 826da20e8d (Emscripten) Use a CDN for Material Design
https://cdnjs.com/libraries/mdbootstrap
2016-09-11 02:36:25 -04:00
Rob Loach cb6055d01a
emscripten: Remove unneeded Font Awesome JS file 2016-09-11 02:15:27 -04:00
Rob Loach f5be649b66
emscripten: display the active core name 2016-09-11 01:39:33 -04:00
Rob Loach ed44348b44
Merge branch 'master' of github.com:libretro/RetroArch into nav
Conflicts:
	pkg/emscripten/proto.html
2016-09-11 00:32:18 -04:00
Andrés 457ea6c77f Merge pull request #3563 from RobLoach/fa-spin
(Emscripten) Use Font Awesome's fa-spin class
2016-09-10 23:21:58 -05:00
Rob Loach 842f6816ae
emscripten: use the fa-spin class 2016-09-11 00:19:18 -04:00
Andrés 0173ecf391 Merge pull request #3561 from RobLoach/browserify-cdn
(Emscripten) Switch to Browserify CDN for BrowserFS
2016-09-10 23:16:03 -05:00
Rob Loach ca947b9563
emscripten: switch to browserify-cdn on wzrd.in 2016-09-11 00:04:41 -04:00
Rob Loach 18a2a0e372 emscripten: Add .gitignore to skip buildbot files 2016-09-10 23:54:32 -04:00
Rob Loach 6ee2689bb6
Move Controls to Navbar 2016-09-10 23:44:15 -04:00
Rob Loach b4f575099f emscripten: Fix loading animation on FireFox
Uses the `-moz-` prefix.
2016-09-10 02:21:33 -04:00
Rob Loach b147ccc62a
emscripten: center-align the loading image 2016-09-10 02:10:31 -04:00
Rob Loach 8abd55662f emscripten: Add a glowing animation when loading 2016-09-10 00:28:14 -04:00
radius 8b194788e7 fix invader url 2016-09-09 22:34:06 -05:00
radius 9a5dcabf36 use invader instead 2016-09-09 22:03:50 -05:00
radius 2b7f628bd9 remove this file 2016-09-09 22:02:52 -05:00
Rob Loach 4163513ec7
emscripten: add a preview logo while loading 2016-09-09 22:46:31 -04:00
Andrés 834981d74a Merge pull request #3551 from RobLoach/patch-5
emscripten: fix disabling key strokes
2016-09-09 20:47:27 -05:00
radius c366b20a5c update browserfs 2016-09-09 20:36:46 -05:00
Rob Loach 1201da9f36 emscripten: fix disabling key strokes
This fixes the key stroke actions.
2016-09-09 19:34:52 -04:00
twinaphex 164d3b034c Get rid of OSX_PPC 2016-09-09 15:56:56 +02:00
radius eb18aae600 (ems) upload content should go here instead 2016-09-09 00:30:07 -05:00
radius 7421059521 (ems) fix nit 2016-09-09 00:27:24 -05:00
radius 5dcfe3bb24 (ems) simplify code 2016-09-09 00:25:27 -05:00
radius 8b2434a408 (ems) override F1 and other keys, use paths relative to the base url 2016-09-08 23:37:30 -05:00
twinaphex b15ec2f0d2 (Emscripten) Add PicoDrive 2016-09-08 10:44:40 +02:00
twinaphex f5b282c422 (Emscripten) Add Desmume 2016-09-08 09:02:40 +02:00
radius 2e17af781f (ems) rework storage 2016-09-08 00:49:36 -05:00
twinaphex 413d786e12 (Emscripten) Add mupen64plus 2016-09-08 07:10:53 +02:00
Andrés f58676c5ad Update proto.js 2016-09-07 16:04:18 -05:00
Andrés 9ea3402c9a Update proto.js 2016-09-07 12:50:01 -05:00
radius 041e9c327a change to busy state while uploading 2016-09-07 10:50:57 -05:00
radius a5a26fea61 use /content for uploads/ 2016-09-07 10:36:53 -05:00
twinaphex 39f3808c96 (Emscripten) Add libretro logo 2016-09-07 12:21:29 +02:00
twinaphex 81cd1bf6d5 (emscripten) Comment out mednafen-saturn 2016-09-07 12:16:16 +02:00
twinaphex e9dfd2b046 (Emscripten) Add EasyRPG 2016-09-07 12:11:52 +02:00
twinaphex 8ef5315409 (Emscripten) Add ffmpeg 2016-09-07 11:56:26 +02:00
twinaphex b4c91b4f6b Add note about Google Chrome 2016-09-07 10:28:11 +02:00
twinaphex ba154518e2 (Emscripten) Add gme 2016-09-07 10:11:55 +02:00
twinaphex 0d85039b4a (emscripten) Update proto.html 2016-09-07 10:01:50 +02:00
radius 0e634a8819 fix combo color 2016-09-07 01:44:34 -05:00
radius 0151d78466 correct favicon 2016-09-07 01:11:33 -05:00
radius 1f68152b10 add icon 2016-09-07 00:56:46 -05:00
radius 802ca36cf8 fix redirect 2016-09-07 00:49:18 -05:00
twinaphex 044341cee3 (Emscripten) Add o2em 2016-09-07 07:43:20 +02:00
radius 867080965b add material bootstrap template 2016-09-07 00:41:13 -05:00
twinaphex 8fa84c9462 (Emscripten) Add fMSX 2016-09-07 07:31:31 +02:00
twinaphex 58a7c27940 (Emscripten) Add blueMSX 2016-09-07 07:23:42 +02:00
twinaphex 9e36724255 (Emscripten) Add 2048 2016-09-07 07:08:47 +02:00
twinaphex c084532d31 (Emscripten) Add 4DO 2016-09-07 07:05:20 +02:00
twinaphex de8af46524 (Emscripten) Add Virtual Jaguar 2016-09-07 07:02:44 +02:00
twinaphex cea6657bca (Emscripten) Add Snes9x 2016-09-07 06:59:02 +02:00
twinaphex 54fc282c3b (Emscripten Add Mednafen PCFX 2016-09-07 06:42:56 +02:00
twinaphex 27a64c40a8 (Emscripten) Add mednafen_lynx 2016-09-07 06:35:06 +02:00
twinaphex 61c52df552 (Emscripten) Add mednafen_wswan 2016-09-07 06:27:55 +02:00
twinaphex 89f38f6369 (Emscripten) Add Mednafen NGP 2016-09-07 06:21:20 +02:00
twinaphex 444061aa8a (Emscripten) Add Mednafen VB 2016-09-07 06:13:48 +02:00
twinaphex 9309733c60 (Emscripten) Add pce_fast 2016-09-07 06:04:22 +02:00
twinaphex a8d43f65f5 (Emscripten) Fix Snes9x names 2016-09-07 05:58:04 +02:00
twinaphex e7b55b75dc (Emscripten) Add snes9x 2002 2016-09-07 05:57:48 +02:00
twinaphex 69ed06b2af (Emscripten) Add Vecx 2016-09-07 05:50:20 +02:00
twinaphex 1046ede7cf (Emscripten) Add MAME 2000 2016-09-07 05:30:44 +02:00
twinaphex 5db9e7f1c0 (Emscripten) Add NXEngine 2016-09-07 05:25:05 +02:00
twinaphex d20ea521cb (Emscripten) Add snes9x2005 2016-09-07 05:18:40 +02:00
twinaphex 3e7d15dcd5 (Emscripten ) Add Stella 2016-09-07 05:14:47 +02:00
twinaphex de59563f7f (Emscripten) Add TGB Dual 2016-09-07 05:12:29 +02:00
twinaphex 92676f6a30 (Emscripten) Add TyrQuake 2016-09-07 05:08:05 +02:00
twinaphex 4c0163a8eb (Emscripten) Add prboom 2016-09-07 05:05:42 +02:00
twinaphex 882cddfafc (Emscripten ) Add Nestopia entry 2016-09-07 03:37:19 +02:00
twinaphex 5102b8fdbc (Emscripten) Add QuickNES 2016-09-07 03:28:43 +02:00
twinaphex 270593990b (Emscripten) Add fceumm button 2016-09-07 00:33:31 +02:00
twinaphex 85500eb7b2 Add Genesis Plus GX button 2016-09-07 00:24:41 +02:00
twinaphex 6f47289ba6 Start adding HAVE_CONFIG_H to gfx/drivers_context 2016-09-06 19:39:02 +02:00
radius 18527d2fef (emscripten) use localstorage variables instead of passing the parameters in a URL 2016-09-05 23:35:16 -05:00
twinaphex 266a06ffb1 Revert "Expose GPU Hard Sync for GLES 3 too"
This reverts commit a74813c9ea.
2016-09-05 21:43:02 +02:00
twinaphex a74813c9ea Expose GPU Hard Sync for GLES 3 too 2016-09-05 21:16:30 +02:00
Rob Loach 156541ed89 emscripten: Disable default browser keys
This will attempt to disable the default action of some of the browser hotkeys.
2016-09-05 02:17:15 -04:00
Rob Loach d88e528fac
emscripten: rename webplayer.html to index.html 2016-09-05 01:14:33 -04:00
Rob Loach b23c7b04fb
emscripten: add core switching 2016-09-05 01:07:54 -04:00
radius 456d69d219 fix fullscreen button 2016-08-28 23:45:39 -05:00
radius 990eddf0d4 remove the code that disables them too 2016-08-28 23:43:32 -05:00
radius 15c4bc003a we are using settings now, remove the checkmarks 2016-08-28 23:40:42 -05:00
radius 49c29904cb fix load button 2016-08-28 23:38:21 -05:00
radius 6f1288a9f8 change button order a bit 2016-08-28 23:36:12 -05:00
radius be6ddfa6d0 add default menu content 2016-08-28 23:21:29 -05:00
radius 9cfb6c971f (ems) change a few more settings 2016-08-28 23:11:57 -05:00
radius a820aeadec try to use XDG for emscripten 2016-08-28 22:50:56 -05:00
radius ee3af240d7 update emscripten dist-cores for buildbot duty 2016-08-28 19:14:42 -05:00
radius d3fa4535fc move these files over to the package dir 2016-08-28 19:09:55 -05:00
twinaphex 30f99c6e0e (iOS) Remove HAVE_ZARCH 2016-08-21 13:23:14 +02:00
U-Huygens-PC\Bibibi 9bedbb9af8 Move ICON0.PNG, PARAM.SFO and USRDIR folder from pkg/ps3 to pkg/ps3/SSNE10000 2016-08-13 14:09:56 +02:00
twinaphex 6484d89785 (Vita) Update website icon 2016-08-13 07:58:14 +02:00
twinaphex 19fa1ff13f (MSVC 2010) Buildfix 2006-01-17 06:39:19 +01:00
twinaphex c9236924a3 (MSVC 2003) Buildfixes 2006-01-17 06:19:45 +01:00
twinaphex f81fe2782a (MSVC 2003) Add include dir 2006-01-17 04:40:33 +01:00
twinaphex d4eca3aeb7 Move glext.h header to gfx/include/GL/glext.h 2016-08-11 23:34:05 +02:00
twinaphex 35939125b0 (MSVC 2003) Start adding MSVC 2003 solution files 2006-01-17 04:25:59 +01:00
twinaphex ff52008708 Link to Vita nightlies 2016-08-11 20:31:17 +02:00
twinaphex 83fd8575e0 Update bg.png 2016-08-11 20:30:16 +02:00
twinaphex 2ebc0c150d (Vita) Update LiveArea startup icon 2016-08-11 19:11:10 +02:00
twinaphex 0eee4531ef (Vita) Add Live Area assets 2016-08-11 19:09:37 +02:00
U-Huygens-PC\Bibibi 323c2d011d Move package.conf from ps3 folder to ps3_dex folder 2016-08-09 19:17:55 +02:00
twinaphex 8dc41b5e40 Remove pocketsnes reference 2016-08-05 20:42:57 +02:00
Francisco José García García 5718ede5f7 (VITA) Fix icon0.png 2016-08-03 02:22:17 +02:00
twinaphex 052dd57a2f Update image with pngquant 2016-08-03 02:11:58 +02:00
twinaphex fb2b53e589 (Vita) Add ICON0.PNG 2016-08-02 17:19:49 +02:00
twinaphex fda2495021 Get rid of HAVE_ZLIB_DEFLATE - implicitly enable it 2016-08-02 15:34:48 +02:00
twinaphex 3787d9d691 (MSVC) Add imageviewer 2016-08-01 22:26:50 +02:00
twinaphex 83452f3a0b (Android) Add HAVE_IMAGEVIEWER 2016-07-31 14:24:17 +02:00
twinaphex 218d6f5262 Bump up to 1.3.6 2016-07-17 01:05:18 +02:00
twinaphex 8983126c23 Should finally remove Cg from unwanted targets 2016-07-16 22:31:55 +02:00
twinaphex 3f3486336b (MSVC) Updated solution again 2016-07-16 22:22:57 +02:00
twinaphex 5a6e3f7968 Remove some more CG parts 2016-07-16 22:21:02 +02:00
twinaphex 7a17e9ccc2 (MSVC 2010) Add non-Cg targets - Release and Debug 2016-07-16 22:03:21 +02:00
twinaphex 53a0d6a5b7 Add separate iOS10 solution files 2016-07-15 22:24:15 +02:00
radius 33315d4b66 bump up version everywhere 2016-07-15 12:09:50 -05:00