twinaphex
a3a5a82d47
(GL) doesn't access global state anymore
2015-11-18 03:08:19 +01:00
Twinaphex
352a8acdf5
Merge pull request #2424 from Yogarine/master
...
Fix rwebinput driver
2015-11-18 02:49:51 +01:00
Alwin Garside
e5b0a5858a
Fix rwebinput driver
...
input/drivers/rwebinput_input.c:
- rwebinput_key_pressed() was defined twice. Not sure why, but removed the first instance of it.
- in rwebinput_input_state() the device was hardcoded to INPUT_DEVICE_TYPE_NONE which would result in it always returning 0
2015-11-18 02:45:41 +01:00
twinaphex
0063da8e11
(rmsgpack.c) Silence warning
2015-11-18 02:28:47 +01:00
Alwin Garside
83d63fcdd1
Merge remote-tracking branch 'libretro/master'
2015-11-18 02:12:47 +01:00
Twinaphex
bcaa2f9aa7
(BTStack) Another buildfix
2015-11-18 02:12:05 +01:00
twinaphex
80d44ce333
(btstack_hid.c) Buildfixes
2015-11-18 02:11:06 +01:00
twinaphex
5edcb99b35
(btstack_hid.c) Cleanups
2015-11-18 02:06:03 +01:00
twinaphex
37d45643f9
(BTStack) Move btpad_set_inquery_state calls to btstack_hid.c
2015-11-18 01:57:45 +01:00
Twinaphex
2a6f38a929
Merge pull request #2423 from ctult/master
...
Fixes and documentation
2015-11-18 01:53:25 +01:00
ctult
b3ee33ad72
Cleanup and documentation
...
I'm pushing this now while it still works.
2015-11-17 17:45:24 -07:00
ctult
35da4daae9
flip_frame
2015-11-17 16:37:43 -07:00
ctult
d9698fe372
flip_frame unbroken
2015-11-17 16:36:22 -07:00
Twinaphex
5c21927430
Merge pull request #2422 from fr500/master
...
check for NULL pointer dereferences and make the code easier to read for remaps and overrides
2015-11-18 00:35:54 +01:00
twinaphex
5cca0f57ce
(netplay.c) Buildfix
2015-11-18 00:32:45 +01:00
radius
2d2264fce6
check NULL pointer derefences on overrides and remaps too
2015-11-17 18:30:11 -05:00
Twinaphex
e6f6e059fa
Merge pull request #2421 from ctult/master
...
Netplay commands
2015-11-18 00:28:28 +01:00
twinaphex
8bc104e5e8
(D3D/Cg) LUT buildfix
2015-11-18 00:26:50 +01:00
twinaphex
a12c404a95
(D3D/Cg) chain->luts now no longer std::vector
2015-11-18 00:24:36 +01:00
radius
f120ebab45
check NULL pointer derefences on overrides and remaps too
2015-11-17 18:23:45 -05:00
ctult
6f70ec326b
newline
2015-11-17 16:19:22 -07:00
ctult
e5a3b89e6d
Netplay commands
2015-11-17 16:18:04 -07:00
twinaphex
af0959f74b
(D3D/Cg) Some build fixes for Debug profile
2015-11-18 00:16:53 +01:00
twinaphex
c2d85238c2
rarch_game_specific_options - check NULL pointer derefences
2015-11-17 23:56:20 +01:00
twinaphex
ca3ea65332
Revert "Create d3d_vertex_declaration_free"
...
This reverts commit 5c0cb15856209e501c227e9ca3eb6a6e1c6cf168.
2015-11-17 23:54:26 +01:00
twinaphex
a5c6629ec2
Revert "(d3d_wrapper.cpp) Xbox 1 buildfix"
...
This reverts commit f028273decfa1ccf57397e1baa6d9b83c5d07cd5.
2015-11-17 23:54:25 +01:00
twinaphex
f996563ada
Revert "Add size_t argument to d3d_vertex_buffer_lock"
...
This reverts commit 4f54dbe9d95ec09533c32aee9c7f32646bcb2e1c.
2015-11-17 23:54:24 +01:00
Twinaphex
05b923c929
Merge pull request #2419 from fr500/master
...
early return in case no core or game loaded
2015-11-17 23:52:45 +01:00
twinaphex
65e60be271
(RMenu) BUildfixes
2015-11-17 23:34:31 +01:00
twinaphex
4f54dbe9d9
Add size_t argument to d3d_vertex_buffer_lock
2015-11-17 23:32:32 +01:00
radius
7f4dcfaa36
early return in case no core or game loaded
2015-11-17 17:29:33 -05:00
twinaphex
f028273dec
(d3d_wrapper.cpp) Xbox 1 buildfix
2015-11-17 23:25:59 +01:00
twinaphex
5c0cb15856
Create d3d_vertex_declaration_free
2015-11-17 23:24:56 +01:00
twinaphex
73990929e5
(WGL) Fix
2015-11-17 23:14:59 +01:00
twinaphex
50c00b5172
(platform_xdk.cpp) Remove RARCH_LOG
2015-11-17 22:51:50 +01:00
twinaphex
406d37eb88
Convert xdk360_fonts.c to C++
2015-11-17 22:48:11 +01:00
Twinaphex
7b3ff4b664
Merge pull request #2416 from fr500/master
...
turn this option off by default
2015-11-17 22:36:04 +01:00
radius
ee4d29066e
turn this option off by default
2015-11-17 16:28:48 -05:00
twinaphex
81ab687713
(platform_xdk.h) Buildfixes
2015-11-17 22:28:05 +01:00
twinaphex
acbc8847d8
Change platform_xdk.c to platform_xdk.cpp
2015-11-17 22:26:01 +01:00
twinaphex
fe674a30f2
(360 Salamander) Change compat.c to compat_strl.c
2015-11-17 22:24:53 +01:00
twinaphex
2404413b4c
(Salamander 360) Buildfixes
2015-11-17 22:24:09 +01:00
twinaphex
cceb7062b2
(Salamander 360) Buildfix
2015-11-17 22:22:15 +01:00
twinaphex
ca2f36f256
Revert "Create d3d_create_device"
...
This reverts commit 2a312e153f5682f3dc3f894ca6990c0405d1fb10.
2015-11-17 13:44:24 +01:00
twinaphex
7205917560
Revert "(D3D) Buildfix"
...
This reverts commit 3c02410841f12f0f17a9ec7aa37ec3a0e3ed9f81.
2015-11-17 13:44:14 +01:00
Alwin Garside
58748da89d
Emscripten related fixes.
...
- audio/audio_dsp_filter.c: append_plugs() should only be called if HAVE_DYLIB
- emscripten/library_rwebaudio.js: Performance improvements, and fallback support for browsers that don't support the Performance API. (e.g. mobile Safari)
- emscripten/library_rwebinput.js: Improve mouse handling. Still not optimal, but works with browsers that don't support mouse capturing.
- frontend/drivers/platform_emscripten.c: Added global function for easy access to certain RetroArch features from JavaScript.
- gfx/video_driver.h: Disabling HAVE_MENU incorrectly disabled set_texture_enable()
- input/drivers/rwebinput_input.c: Missing header file: "../input_joypad.h".
- Makefile.emscripten: Cleanup and make sure the appropriate functions are exported.
2015-07-17 12:46:08 +02:00
twinaphex
3222351ef0
Remove jsoup
2015-07-17 11:24:51 +02:00
twinaphex
11c3e3f4ff
Update stb_truetype
2015-07-17 11:15:04 +02:00
twinaphex
f7a443b4e9
(Android) (Nvidia Shield Portable) Some kind of edge case happens
...
on Shield Portable that causes it to keep allocating for a long
time until it simply fails and falls back to the bitmap font
renderer. Currently seems to be happening on character 160.
Quick hack until we fix the real underlying issue.
2015-07-17 11:03:15 +02:00
radius
a06dd9c3a2
fix system dir resetting on each startup
2015-07-17 02:53:59 -05:00