Twinaphex
|
07956ca806
|
Merge pull request #1224 from lioncash/android
Android: Fix Javadoc references
|
2014-11-06 15:35:22 +01:00 |
|
Lioncash
|
01789459d6
|
Android: Fix Javadoc references
|
2014-11-06 09:34:02 -05:00 |
|
Alcaro
|
81dd3df3e4
|
Repeat "(GLX) Remove a global and a reinvented typedef." except done properly.
|
2014-11-06 01:49:15 +01:00 |
|
Alcaro
|
2710be9b1c
|
Fix typoed typedef name.
|
2014-11-06 01:47:11 +01:00 |
|
twinaphex
|
6e649591d9
|
Revert "(GLX) Remove a global and a reinvented typedef."
This reverts commit cb1b7695cbd106bbb969117e72b4ccd430e3e668.
|
2014-11-06 01:45:35 +01:00 |
|
Alcaro
|
cb1b7695cb
|
(GLX) Remove a global and a reinvented typedef.
|
2014-11-05 22:46:47 +01:00 |
|
Twinaphex
|
8ec8786af8
|
Merge pull request #1223 from jeapostrophe/master
ios_menu
|
2014-11-05 18:42:07 +01:00 |
|
Jay McCarthy
|
df8374f607
|
reverting debug change
|
2014-11-05 11:53:58 -05:00 |
|
Jay McCarthy
|
62fe517682
|
Removing dead code from old menu system
|
2014-11-05 11:50:56 -05:00 |
|
Jay McCarthy
|
760c7b7489
|
Settings working
|
2014-11-05 11:31:20 -05:00 |
|
Jay McCarthy
|
6cbbf834e0
|
Menu navigation works correctly, just need settings
|
2014-11-05 11:19:41 -05:00 |
|
Jay McCarthy
|
f2f96bcac8
|
First draft of ios_menu
|
2014-11-04 22:01:01 -05:00 |
|
twinaphex
|
cf7d975b19
|
Fix GL_DEBUG compilation
|
2014-11-04 18:59:25 +01:00 |
|
twinaphex
|
4cd4ce9772
|
(Android) Add some Android default paths
|
2014-11-02 22:34:46 +01:00 |
|
twinaphex
|
edbb81c269
|
(SDK) Add memory_stream
|
2014-11-01 20:49:57 +01:00 |
|
twinaphex
|
d7dc5a2492
|
Move stdint.h to libretro-sdk/include/compat/msvc
|
2014-11-01 20:45:33 +01:00 |
|
twinaphex
|
92581cd803
|
Add stdint.h implementation for MSVC 2003 up to MSVC 2010
|
2014-11-01 20:44:17 +01:00 |
|
twinaphex
|
4920882042
|
(Libretro SDK) Cleanup
|
2014-11-01 20:37:55 +01:00 |
|
twinaphex
|
fcc4e6041d
|
(Libretro SDK) Add win32 dirent compat version
|
2014-11-01 20:35:17 +01:00 |
|
twinaphex
|
011e7cf1f9
|
Rewrite scaler_ctx_scale to make it more efficient
|
2014-11-01 10:08:12 +01:00 |
|
twinaphex
|
4c707e9e00
|
Remove early return in scaler_ctx_scale to avoid performance
regression
|
2014-11-01 09:42:45 +01:00 |
|
twinaphex
|
8e0d1ed70f
|
Revert "(Libretro SDK) Simplify scaler_ctx_scale somewhat - also only call function callback" -
big performance regression
This reverts commit d3a7b69f840550d1d7447b073602dac5ef6a049e.
|
2014-11-01 09:39:53 +01:00 |
|
Toad King
|
003ee30f93
|
fix JNI signatures for getVendorId/getProductId
|
2014-10-31 20:44:14 -05:00 |
|
twinaphex
|
d3a7b69f84
|
(Libretro SDK) Simplify scaler_ctx_scale somewhat - also only call function callback
if it is bound
|
2014-10-30 07:12:44 +01:00 |
|
twinaphex
|
0e0d62a97b
|
Set g_extern.frontend_key_event to new keyboard callback as soon as RETRO_ENVIRONMENT_SET_KEYBOARD_CALLBACK is called
|
2014-10-30 06:19:51 +01:00 |
|
Twinaphex
|
0f7decfc53
|
Merge pull request #1217 from fr500/patch-1
Fix shader parameter issues
|
2014-10-30 05:15:53 +01:00 |
|
Andrés Suárez
|
4f46f8bed0
|
Fix shader parameter issues
|
2014-10-29 23:15:25 -05:00 |
|
twinaphex
|
595a2e80b9
|
(Shader) Parameter pointer variable should be a local scoped variable
|
2014-10-30 05:00:13 +01:00 |
|
twinaphex
|
95c774ef74
|
(libretro SDK) scaler_ctx_scale - add early return in case ctx is NULL
|
2014-10-30 04:04:20 +01:00 |
|
twinaphex
|
6056a52dfe
|
Update SDK
|
2014-10-29 20:35:28 +01:00 |
|
twinaphex
|
811280f048
|
(Filters) Hardcode amount of threads for blargg_ntsc_snes to 1 for stability
reasons
|
2014-10-29 08:16:45 +01:00 |
|
twinaphex
|
4a45308016
|
Rename gfx/filters and audio/filters to gfx/video_filters and audio/audio_filters
respectively
|
2014-10-29 07:51:23 +01:00 |
|
twinaphex
|
557d2472df
|
Update default shader dir - becomes media/shaders_cg
|
2014-10-29 07:44:06 +01:00 |
|
twinaphex
|
82f4f1a83a
|
(OSX) Add default video filter dir for OSX
|
2014-10-29 07:42:07 +01:00 |
|
twinaphex
|
9c5f92c883
|
Get rid of some dead code
|
2014-10-29 07:39:22 +01:00 |
|
twinaphex
|
9ffa12c20a
|
Don't set default overlay by default - only for RARCH_MOBILE
|
2014-10-29 07:37:47 +01:00 |
|
Twinaphex
|
0fafabd851
|
(OSX) Start setting up default dirs for OSX - do it lazy and just
include them all inside the app bundle's 'modules' dir
|
2014-10-29 07:36:15 +01:00 |
|
twinaphex
|
ff55840703
|
(OSX) Hook up basicEvent to Toggle Exclusive Full Screen
|
2014-10-29 06:43:06 +01:00 |
|
Twinaphex
|
4f84cfe7e8
|
(OSX) Hook up cases 20 for basicEvent
|
2014-10-29 06:41:45 +01:00 |
|
twinaphex
|
7697287764
|
(OSX) Add 'Toggle Exclusie Fullscreen'
|
2014-10-29 06:40:33 +01:00 |
|
Twinaphex
|
b27aa5e8e1
|
(Apple) Hook up RARCH_CMD_RESIZE_WINDOWED_SCALE
|
2014-10-29 06:34:07 +01:00 |
|
twinaphex
|
9b4c794261
|
Add RARCH_CMD_RESIZE_WINDOWED_SCALE
|
2014-10-29 06:26:08 +01:00 |
|
twinaphex
|
8ae32d6bd6
|
(XIB) Windowed Scale - add options to XIB
|
2014-10-29 06:21:14 +01:00 |
|
twinaphex
|
662d0cd27e
|
Fix RARCH_CMD_MENU_TOGGLE
|
2014-10-29 06:07:17 +01:00 |
|
Twinaphex
|
3fce1828ff
|
(OSX) basicEvent - Fix implementation of case 7 and 9
|
2014-10-29 06:05:50 +01:00 |
|
twinaphex
|
06c58ecbd9
|
Add RARCH_CMD_MENU_TOGGLE
|
2014-10-29 06:00:14 +01:00 |
|
twinaphex
|
55981aa0d3
|
Add message queue message in case Disk Options is not supported
and we call rarch_main_command for eject toggling/next disk/prev disk
|
2014-10-29 05:57:28 +01:00 |
|
twinaphex
|
8db19cd5ef
|
rarch_main_command actually does the pause toggling now
|
2014-10-29 05:54:29 +01:00 |
|
twinaphex
|
918e9efd4a
|
(OSX) (XIB) Add 'Pause Toggle' - still not working
|
2014-10-29 05:21:36 +01:00 |
|
Twinaphex
|
ab7d01ba8a
|
(OSX) Add case 9 to basicEvent
|
2014-10-29 05:11:32 +01:00 |
|