1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
Commit Graph

72 Commits

Author SHA1 Message Date
radius
dbd8ad6e0b enable persistent storage via browserfs, works with saves, for some reason with savestates it hangs
https://github.com/jvilk/BrowserFS
https://github.com/Modernizr/Modernizr
2015-05-11 02:46:42 -04:00
radius
d1f96cf0e4 add new emscripten template 2015-05-10 21:37:05 -04:00
twinaphex
1f7482d833 (Emscripten) Integrate header files into actual drivers 2015-04-19 22:01:56 +02:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
f63f1f8520 Replace more ROM references 2014-07-28 20:08:37 +02:00
Toad King
57d1cbbf26 (EMSCRIPTEN) add analog emulator support 2014-07-06 20:02:44 -04:00
twinaphex
de0d0626f6 Include boolean.h instead of stdbool.h 2014-02-11 07:49:15 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
ToadKing
0bb6c4aafc [EMSCRIPTEN] partially implement raw fb camera mode
need to add RGBA->XRGB conversion
2013-11-14 21:08:17 -05:00
ToadKing
aaff8f2648 move prototype camera interface to libretro interface - GL texture only for now 2013-11-12 19:48:36 -05:00
ToadKing
4b7557c5ae Merge branch 'master' of https://github.com/libretro/RetroArch into webcam-test
Conflicts:
	Makefile.emscripten
2013-11-12 16:27:12 -05:00
ToadKing
247aa7cfd8 fix emscripten template typo 2013-11-10 02:56:47 -05:00
ToadKing
7525421c27 [EMSCRIPTEN] add template HTML page 2013-11-09 23:00:20 -05:00
ToadKing
53669a2478 [EMSCRIPTEN] webcam improvments 2013-11-09 22:56:11 -05:00
ToadKing
2fdfcc94d3 webgl webcam test driver
doesn't work on firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=917314
2013-11-09 00:16:28 -05:00
ToadKing
53c304cdd3 [EMSCRIPTEN] fix regression in audio 2013-11-01 16:23:59 -04:00
ToadKing
e03114b880 [EMSCRIPTEN] remove chrome workaround in RWebAudio, it didn't actually activate or work well anyway 2013-10-30 21:52:38 -04:00
ToadKing
e6389f9919 [EMSCRIPTEN] chrome fixes 2013-09-10 22:48:24 -04:00
ToadKing
a09dda3a9d [EMSCRIPTEN] add custom input driver, removes SDL dependency + adds mouse support 2013-09-10 20:21:48 -04:00
ToadKing
336e1eeb51 [EMSCRIPTEN] more audio fixes, revert to busywait method 2013-09-02 21:29:40 -04:00
ToadKing
04be8cbee2 new audio core, RWebAudio. Glitchy, but works well, even with requestAnimationFrame callbacks 2013-08-28 00:03:25 -04:00