Commit Graph

12096 Commits

Author SHA1 Message Date
twinaphex c45a063b99 (Menu) Refactor Netplay TCP/UDP Port setting 2014-08-24 19:00:36 +02:00
twinaphex c07dcb2dc2 (Menu) Refactor ST_UINT labels 2014-08-24 18:33:03 +02:00
Twinaphex 43c5384141 Merge pull request #896 from heuripedes/master
SDL fixes
2014-08-23 11:32:30 +02:00
Higor Eurípedes ea82f6cff5 (SDL) Use SDL_PeepEvents instead of SDL_PollEvent 2014-08-22 19:58:47 -03:00
Higor Eurípedes 0813d7dba4 (sdl_gl) Merge SDL and SDL2 event loops 2014-08-22 19:39:29 -03:00
Higor Eurípedes c5fe4fb70a Allow SDL2 drivers to be used as default drivers 2014-08-22 19:15:44 -03:00
Higor Eurípedes 15297c85cd (sdl_gl) Fix segfault 2014-08-22 19:11:26 -03:00
twinaphex 35247bf663 (settings) Set autoconfig_dir if g_defaults.autoconfig_dir is set 2014-08-22 10:49:57 +02:00
twinaphex f9d244dcd6 (PSP1) Fix build 2014-08-22 10:46:14 +02:00
Twinaphex bc8a77d334 Merge pull request #894 from heuripedes/master
Enable sdl_gl for SDL2 windows builds
2014-08-21 23:38:45 +02:00
Higor Eurípedes 6f164f540c Enable sdl_gl for SDL2 windows builds 2014-08-21 13:45:52 -03:00
Alcaro 0b3bfb27c2 Windows needs this file too. 2014-08-21 13:09:50 +02:00
Alcaro 76c124b437 Don't use SDL GL contexts with OpenGL disabled. 2014-08-21 12:54:20 +02:00
Twinaphex 3c7caea557 Merge pull request #887 from sergiobenrocha2/master
Fix overlay examples in retroarch.cfg and debian packaging update
2014-08-21 08:29:18 +02:00
Twinaphex 44df57865e Merge pull request #892 from heuripedes/sdl-gl-context
Add last resort SDL gfx/gl context
2014-08-21 08:27:03 +02:00
sergiobenrocha2 11ad85a2f4 Fix debian/rules. 2014-08-20 23:17:29 -03:00
Higor Eurípedes 05976a7720 (SDL2) Fix typo 2014-08-20 22:11:30 -03:00
Higor Eurípedes 99ce4e5329 Add last resort SDL gfx context 2014-08-20 22:09:30 -03:00
twinaphex fe6add2f12 Implement RARCH_CMD_RESET_CONTEXT 2014-08-20 23:11:14 +02:00
twinaphex 2f39784569 (Menu) Refactor code 2014-08-20 21:41:38 +02:00
twinaphex fb6f0f96b5 (Menu) Combine some setting labels 2014-08-20 21:36:13 +02:00
twinaphex 52a44870cc (Menu) Refactor setting 2014-08-20 21:26:51 +02:00
Twinaphex c61b3b14c3 Merge pull request #891 from CaseyB/patch-1
Added LEANBACK_LAUNCHER category
2014-08-20 21:07:20 +02:00
twinaphex 064eb0f51b (Menu) cleanups 2014-08-20 21:06:40 +02:00
twinaphex 46c8863f1a (Menu) Refactor some more settings labels 2014-08-20 20:57:46 +02:00
CaseyB 20795bf1dc Added LEANBACK_LAUNCHER category
Added LEANBACK_LAUNCHER category to be compatible with Android TV
2014-08-20 13:12:06 -04:00
twinaphex ccf879431d (Menu) Refactor more settings labels 2014-08-20 19:07:20 +02:00
twinaphex a4615dc48c (Menu) refactor more settings labels 2014-08-20 18:57:07 +02:00
twinaphex 1584239234 (Menu) Start beginning to refactor menu_common_backend_set_label - get
rid of the hardcoded enums
2014-08-20 18:38:50 +02:00
twinaphex d20be80155 (Menu) cut down on code duplication 2014-08-20 18:00:06 +02:00
twinaphex d1110ff592 Code reformatting 2014-08-20 17:23:21 +02:00
twinaphex 1d043121e2 Code reformatting (80-char limit); C-style comments 2014-08-20 17:18:43 +02:00
twinaphex cb09818d71 (Android) Code reformatting to stay within 80-char limit 2014-08-20 16:45:46 +02:00
twinaphex 51637bc69e Code reformatting to abide by 80-character limit 2014-08-20 16:26:34 +02:00
twinaphex 16c2fe9437 (Menu) Cleanup header include 2014-08-20 15:57:15 +02:00
twinaphex ae71814390 Take out old OSK code - needs to be totally reimplemented 2014-08-20 15:52:52 +02:00
Twinaphex ffce6dc8e9 Update README.md 2014-08-20 13:22:00 +02:00
sergiobenrocha2 35a2ca5caa Remove quilt patch for retroarch.cfg. 2014-08-19 22:45:33 -03:00
sergiobenrocha2 0449992c56 No retroarch.cfg in debian directory, using quilt patch. 2014-08-19 19:09:15 -03:00
Twinaphex db10f4ed8c Merge pull request #889 from heuripedes/sdl2-improvements
SDL2 improvements
2014-08-19 22:27:24 +02:00
Higor Eurípedes 3f60f7de0f (SDL2) Remove double header inclusion 2014-08-19 16:55:32 -03:00
Higor Eurípedes 705f14a8da (SDL2) Show available video drivers and fix typo 2014-08-19 16:55:32 -03:00
Higor Eurípedes f854449d47 (SDL*) Add joypad auto configuration support 2014-08-19 16:55:32 -03:00
Higor Eurípedes 12d0bdfc8a (SDL2) Add SDL Game Controller (xinput and friends) support
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes 8b569a789c (SDL2) Use SDL_INIT_GAMECONTROLLER
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes 110cde65c5 (scaler.c) Add missing RGBA4444 to ARGB8888 conversion
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes e88f3b4355 (SDL) Fix double initialization
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes 0f7c67daab (SDL) Fix #ifdef typo
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:31 -03:00
Twinaphex 0b7fe7c9df (MSVC D3D9) Change gfx enum filter type to unsigned 2014-08-19 21:22:39 +02:00
twinaphex 89cedb70df (SoftFilters) Options in blargg NTSC SNES .filt files work now 2014-08-19 19:49:18 +02:00