Themaister
|
a61f0dfd61
|
Fix potential uninitialized variable.
|
2013-11-02 17:54:52 +01:00 |
|
twinaphex
|
c473ffeb39
|
(RGL PS3) Get rid of setMatrixSharedvpindex
|
2013-11-02 17:27:47 +01:00 |
|
twinaphex
|
000b424d75
|
(RGL PS3) We don't use shared parameters for vertex and fragment shader
|
2013-11-02 17:19:18 +01:00 |
|
twinaphex
|
3c17d18904
|
(RGL PS3) Remove default parameter
|
2013-11-02 16:08:38 +01:00 |
|
twinaphex
|
3661fcee20
|
(RGL PS3) Cleanups
|
2013-11-02 15:54:36 +01:00 |
|
twinaphex
|
0a22300570
|
(RGL PS3) Remove fence object namespace
|
2013-11-02 14:57:25 +01:00 |
|
twinaphex
|
bef038e73e
|
(RGL PS3) Optimizations for glBufferSubData
|
2013-11-02 14:44:13 +01:00 |
|
twinaphex
|
aabbf835fc
|
global_init_drivers - remove obsolete comment
|
2013-11-02 05:30:05 +01:00 |
|
twinaphex
|
585b0fa096
|
(Xvideo) Fix warning - remove NULL for now removed start
|
2013-11-02 04:48:19 +01:00 |
|
twinaphex
|
d7d0ff2f23
|
Add PLATFORM_NAME strings to file_ext.h
|
2013-11-02 04:40:51 +01:00 |
|
twinaphex
|
ec27e9cc88
|
(RARCH_CONSOLE) Append _libretro_{platform} to static core executables
|
2013-11-02 04:36:30 +01:00 |
|
twinaphex
|
ee89f3b711
|
(PS3 RGL) Optimization - don't invalidate vertex cache when doing
glMapBufferTextureReferenceRA/glUnmapBufferTextureReferenceRA
|
2013-11-02 04:05:08 +01:00 |
|
twinaphex
|
1ce7bed027
|
(RGL PS3) GMM allocator optimizations
|
2013-11-02 03:40:41 +01:00 |
|
twinaphex
|
3e914f42b3
|
(RGL PS3) Optimizations
|
2013-11-02 03:03:48 +01:00 |
|
ToadKing
|
375c3c6806
|
fix compile for SDL and DirectX video
|
2013-11-01 21:13:19 -04:00 |
|
twinaphex
|
0597b6e7c8
|
(PS3) Fixes input - turbo key shenanigans
|
2013-11-02 01:25:25 +01:00 |
|
twinaphex
|
7be9b2df18
|
(RGL PS3) Cleanups
|
2013-11-02 01:13:25 +01:00 |
|
twinaphex
|
484dd5c828
|
(RGL PS3) Cut down on bloat
|
2013-11-02 00:41:52 +01:00 |
|
twinaphex
|
c06871405d
|
(PS3 RGL) Remove bloat
|
2013-11-02 00:28:59 +01:00 |
|
twinaphex
|
a6df31479a
|
(RGL PS3) Cleanup unused stuff
|
2013-11-01 23:12:15 +01:00 |
|
twinaphex
|
933d993130
|
Fix thread_wrapper (removal of start/stop)
|
2013-11-01 22:59:34 +01:00 |
|
ToadKing
|
53c304cdd3
|
[EMSCRIPTEN] fix regression in audio
|
2013-11-01 16:23:59 -04:00 |
|
twinaphex
|
f149c387b9
|
Remove 'start' from video interface
|
2013-11-01 21:18:38 +01:00 |
|
twinaphex
|
71a23ac18e
|
Slim down global_init_drivers - we can now get rid of the 'start'
function
|
2013-11-01 21:10:42 +01:00 |
|
twinaphex
|
17b69cbc29
|
(GX) Reimplement audio driver
|
2013-11-01 20:02:21 +01:00 |
|
twinaphex
|
e9243a5ab4
|
(GX) Move remainder of video initing code to gx_init
|
2013-11-01 18:12:06 +01:00 |
|
twinaphex
|
b09a7bae43
|
(XDK) Move font context initing to xdk_d3d_init
|
2013-11-01 17:36:31 +01:00 |
|
twinaphex
|
ed1b012250
|
(360) Build fixes
|
2013-11-01 17:16:02 +01:00 |
|
twinaphex
|
a682319eee
|
(XDK1) Fix build - reimplemented input init
|
2013-11-01 17:12:24 +01:00 |
|
Themaister
|
dab40b16c0
|
Pass window width/height to gl_init_font_first.
|
2013-11-01 17:02:55 +01:00 |
|
twinaphex
|
727dc76db8
|
(Console/Android) Init input driver from context driver/graphics
driver from now on - just like PC - input driver initing can be
hoisted out of global_drivers_init that way
|
2013-11-01 16:33:32 +01:00 |
|
Themaister
|
40591bfdb5
|
Don't bake in RSound forcibly.
If HAVE_RSOUND is 1, it's already detected to be present anyways.
|
2013-11-01 09:16:08 +01:00 |
|
Themaister
|
83cdd0f250
|
Remove sthread_exit(). Fix detach.
|
2013-11-01 09:12:36 +01:00 |
|
twinaphex
|
297be8eb56
|
(Android andretro) get rid of andretro
|
2013-11-01 07:49:07 +01:00 |
|
twinaphex
|
08305ec877
|
(Android JNI) Use strlcpy
|
2013-11-01 07:02:38 +01:00 |
|
twinaphex
|
d3edf50c4e
|
(Android) Get rid of unused AConfiguration code
|
2013-11-01 05:59:37 +01:00 |
|
twinaphex
|
d28b5b3dae
|
(Makefile) Turn RSOUND_CFLAGS into -DHAVE_RSOUND
|
2013-11-01 05:04:16 +01:00 |
|
twinaphex
|
917f3a9bc8
|
(GX) pthread wrapper - fill in some stubs (and some missing funcs)
|
2013-11-01 04:59:02 +01:00 |
|
twinaphex
|
e4c1ebf344
|
Expand thread.c - replace pthread with thread.c wrappers
|
2013-11-01 04:49:29 +01:00 |
|
twinaphex
|
334fe12d75
|
(Android Phoenix) Fix apostrophe - needs to be escaped
|
2013-11-01 03:17:48 +01:00 |
|
ToadKing
|
816f2f6d47
|
waiver text update
|
2013-10-31 21:06:37 -04:00 |
|
twinaphex
|
7021ada78f
|
(Android) Add GPL license waiver dialog box - text will need further
refinement
|
2013-11-01 01:47:20 +01:00 |
|
twinaphex
|
93c1bae991
|
(Librsound) Update comment in rsnd_get_time_usec
|
2013-11-01 00:13:17 +01:00 |
|
twinaphex
|
a8696e2506
|
(RSound) Bake in rsound for Android port - should also be possible
to bake it in by default for PC now - made librsound.c crossplatform
|
2013-11-01 00:07:52 +01:00 |
|
twinaphex
|
dd68d46b4c
|
(Android) Wrap pthread calls
|
2013-10-31 23:12:40 +01:00 |
|
twinaphex
|
8f3a404ff6
|
(Android Phoenix) RetroActivity - get rid of unused showToastAlert
|
2013-10-31 17:58:13 +01:00 |
|
twinaphex
|
8e33364cdc
|
(Android Phoenix) Some cleanups in CoreSelection.java
|
2013-10-31 17:09:20 +01:00 |
|
twinaphex
|
0f67501354
|
(Android) Remove note about GPU requirements shaders
|
2013-10-31 17:04:49 +01:00 |
|
twinaphex
|
ed72993745
|
(Android) Remove now obsolete libretro_cores.cfg
|
2013-10-31 17:00:42 +01:00 |
|
Squarepusher
|
dd106c68d2
|
Merge pull request #364 from lioncash/master
[Android | ModuleWrapper] Handle case where a core is added without an info file.
|
2013-10-31 08:52:21 -07:00 |
|