Commit Graph

11935 Commits

Author SHA1 Message Date
twinaphex
0522b9be78 Move homegrown fnmatch implementation to compat/ 2014-08-13 03:13:41 +02:00
twinaphex
77432a7f24 (retrolaunch) cleanups 2014-08-13 03:08:07 +02:00
twinaphex
dd72443211 (retrolaunch) cleanups 2014-08-13 02:51:49 +02:00
twinaphex
7ff8db3f69 input_common.c - prevent unused variable warning 2014-08-12 23:00:59 +02:00
Twinaphex
9178d8cc0d Merge pull request #873 from heuripedes/master
(SDL2) Fix multiple windows and wrong aspect ratio on startup
2014-08-12 21:00:01 +02:00
twinaphex
b1d7cd038d Refactor input_push_analog_dpad 2014-08-12 20:59:05 +02:00
Higor Eurípedes
472c58e486 (SDL2) Fix wrong aspect ratio on startup 2014-08-12 15:58:25 -03:00
Higor Eurípedes
fcf929aa2f (SDL2) Properly deinitialize the video driver 2014-08-12 15:58:25 -03:00
Twinaphex
e56edfe2b7 Merge pull request #874 from lakkatv/lakka
Fix vivante_fbdev build
2014-08-12 20:17:41 +02:00
Jean-André Santoni
991fe4a047 Fix vivante_fbdev build 2014-08-12 19:55:28 +02:00
twinaphex
25dae11732 (Menu) Add description for SDL 2 video driver and update description
of SDL 1 video driver
2014-08-12 06:20:47 +02:00
twinaphex
105af6e55c Cleanups 2014-08-12 05:35:01 +02:00
twinaphex
fcbbf08109 (Recording) Bake in HAVE_RECORD implicitly 2014-08-12 05:28:43 +02:00
twinaphex
717def1717 Bake in HAVE_BSV_MOVIE implicitly 2014-08-12 05:10:02 +02:00
twinaphex
f027acd5cf Rename game_history_size to content_history_size 2014-08-12 04:57:31 +02:00
twinaphex
126e115abd (GX) Build fixes/cleanups 2014-08-12 03:55:07 +02:00
twinaphex
2cb8d06c7a Move config_save_on_exit to g_settings 2014-08-12 03:36:26 +02:00
twinaphex
30db4df19e Rename more references to 'ROMs' 2014-08-12 03:22:44 +02:00
twinaphex
2675cd2f76 Rename cart_crc 2014-08-12 03:19:02 +02:00
Twinaphex
968c9d907e Merge pull request #870 from heuripedes/sdl-poke-interface
Implement SDL 1.2 video poke interface
2014-08-12 02:05:03 +02:00
Higor Eurípedes
081347929c Implement SDL driver video poke interface 2014-08-11 20:57:01 -03:00
Twinaphex
e087072f7d Merge pull request #869 from heuripedes/master
SDL fixes and improvements
2014-08-12 00:53:56 +02:00
Higor Eurípedes
16e0d24e17 (SDL*) Properly initialize SDL library/subsystems 2014-08-11 19:47:30 -03:00
Higor Eurípedes
e38c826fe1 (SDL*) Merge joypad drivers 2014-08-11 19:47:30 -03:00
Higor Eurípedes
b6df19dffb (SDL*) Merge input drivers 2014-08-11 19:47:30 -03:00
Higor Eurípedes
0aabdfa694 (SDL2) Fix windows build 2014-08-11 19:47:30 -03:00
Higor Eurípedes
68c9bfb8a4 (SDL2) Fix colors for cores that use 0RGB1555 2014-08-11 19:47:29 -03:00
twinaphex
9df8cda62c Refactor video_xscale/video_yscale into video_scale - scales
both X and Y according to same value
2014-08-11 23:57:57 +02:00
twinaphex
f1b1326905 (Wayland) Add stub input handlers to context 2014-08-11 19:17:40 +02:00
twinaphex
08631a6a93 Fixup qb/config.libs.sh - change == to = for comparisons 2014-08-11 18:04:18 +02:00
Twinaphex
1f9a5c2e0a Merge pull request #868 from lakkatv/lakka
(Lakka) Fix a color mode bug
2014-08-11 16:03:41 +02:00
Jean-André Santoni
ed92aadd65 (Lakka) Fix a color mode bug 2014-08-11 14:52:41 +02:00
twinaphex
f910a68083 (GX) Ifdef g_settings.vwidth with GEKKO 2014-08-11 11:00:11 +02:00
Twinaphex
0998c5a203 Merge pull request #866 from SuperrSonic/master
Basic video encoder changer (viWidth), affects GC/Wii only
2014-08-11 10:57:01 +02:00
twinaphex
67b3092b2d Fix qb/config.libs.sh and qb/config.params.sh so that SDL2 gets
detected
2014-08-11 06:56:44 +02:00
Twinaphex
7b8629c962 Merge pull request #867 from heuripedes/sdl2
SDL2 video, audio, input and joypad drivers
2014-08-11 05:51:33 +02:00
Twinaphex
c31d2867f5 (Apple) Build fix 2014-08-11 05:37:39 +02:00
twinaphex
7d3eed53ba (Apple/OSX) Add input autodetection stub 2014-08-11 05:32:41 +02:00
Higor Eurípedes
4485fb7389 Add SDL2 to Makefile.win 2014-08-10 20:00:45 -03:00
Higor Eurípedes
0e5305b10f (SDL2) Attempt to fix missing events issue 2014-08-10 19:57:17 -03:00
Higor Eurípedes
f53b67aab7 (SDL2) Use sdl_audio.c as audio driver 2014-08-10 19:54:49 -03:00
Higor Eurípedes
e07dca3d22 (SDL2) Fix uninitialized var in sdl2_video.c 2014-08-10 19:15:21 -03:00
Higor Eurípedes
c36ddae9aa Add SDL2 to feature list 2014-08-10 19:13:49 -03:00
Higor Eurípedes
4c084b885d (SDL2) Fix rumble and implement joypad hotplug 2014-08-10 18:37:14 -03:00
SuperrSonic
e646693531 added viwidth stuff 2014-08-10 17:11:33 -04:00
Higor Eurípedes
609f3a8a36 (SDL2) Added joypad driver 2014-08-10 18:09:56 -03:00
SuperrSonic
780d403025 more viWidth stuff 2014-08-10 17:09:37 -04:00
Higor Eurípedes
a349d1a9b4 (SDL2) Fix pixel format detection 2014-08-10 18:07:37 -03:00
SuperrSonic
04c126123f Made viWidth point to config 2014-08-10 17:03:18 -04:00
SuperrSonic
92d1bfbb8b Added an option for viWidth 2014-08-10 16:59:26 -04:00