27383 Commits

Author SHA1 Message Date
twinaphex
7968914453 Refactor menu_displaylist_push_list to menu_displaylist_ctl 2016-02-24 22:56:41 +01:00
twinaphex
e8a5f6194e Create MENU_ENTRIES_CTL_CLEAR 2016-02-24 22:45:21 +01:00
twinaphex
1c06843811 Remove dead function prototype 2016-02-24 22:42:07 +01:00
twinaphex
1dcd6856db Remove dead code 2016-02-24 22:40:44 +01:00
twinaphex
2f98073fc1 Add setting 'Menu Throttle Framerate' to 'Frame Throttle' 2016-02-24 21:24:32 +01:00
Alcaro
3f52b9e246 Let's not rely on integer underflows canceling each other... 2016-02-24 20:26:28 +01:00
twinaphex
b398a0c185 Fix build with UTF-8 2016-02-24 19:25:54 +01:00
Alcaro
a5a666071b Fix tpyo. 2016-02-24 19:23:44 +01:00
twinaphex
51db7e695e Add preliminary russian translation - can't get it to compile yet 2016-02-24 19:19:24 +01:00
Alcaro
cb9976a125 Wipe debug code. 2016-02-24 18:56:29 +01:00
twinaphex
60a303e144 Edit README.md 2016-02-24 18:52:44 +01:00
Alcaro
d98c7a1c34 (RGUI) Fix string alignment under UTF8. 2016-02-24 18:50:21 +01:00
Alcaro
67e1c82575 Update this pseudolocalization thingy. 2016-02-24 18:24:50 +01:00
twinaphex
eb62d5f4a4 Add HAVE_ZLIB ifdef to content.c 2016-02-23 22:05:32 +01:00
twinaphex
c4b80e0e44 Fix CXX_BUILD - doesn't like a variable being named 'template' 2016-02-23 17:11:30 +01:00
Alcaro
949cbcac07 Always poll input even if core doesn't have any input. 2016-02-23 16:28:32 +01:00
Alcaro
eeccb63c4e Avoid build fails due to missing submodule. 2016-02-23 16:26:36 +01:00
Alcaro
7a6463a300 Add escape hatch if rarch (or the core) is in an infinite loop. 2016-02-23 16:11:39 +01:00
Alcaro
04ac09f579 One thing less to worry about when copypasting this, less risk of repeating 2d5e10e84044. 2016-02-23 16:08:57 +01:00
Alcaro
f8452e23c8 Don't use uninitialized variables. 2016-02-23 16:06:37 +01:00
Twinaphex
c7b5d41151 Merge pull request #2751 from FIX94/master
GX resolution and custom viewport changes
2016-02-23 09:14:09 +01:00
FIX94
1ed54b8683 Merge branch 'master' of https://github.com/FIX94/RetroArch 2016-02-23 03:40:40 +01:00
FIX94
4f48e61b98 (GX) allow all resolutions to use aspect ratio settings and allow custom viewport x and y to use as much of the screen as possible while making sure to keep the system screen position in mind 2016-02-23 03:40:14 +01:00
twinaphex
6f6ba98576 (DRM) Add more HAVE_EGL ifdefs 2016-02-23 01:34:28 +01:00
twinaphex
ffd94d3ac0 We cannot rely on vulkan_intel.h being available, so just
include its contents inside vulkan_common.h
2016-02-23 01:24:15 +01:00
twinaphex
32353b10bb Take out async job code from imageviewer core 2016-02-22 18:18:12 +01:00
twinaphex
8aa429bd67 Refactor imageviewer code 2016-02-22 16:55:02 +01:00
twinaphex
6429bb6a40 (X context) rename g_api to x_api 2016-02-22 13:29:32 +01:00
twinaphex
e688770e64 (SDL GL Ctx) Rename g_api to sdl_api 2016-02-22 13:26:26 +01:00
twinaphex
f8a2014b7e (DRM) Rename g_drm to drm 2016-02-22 13:25:48 +01:00
twinaphex
aa4015837f (DRM) DRM context driver should compile now without OpenGL 2016-02-22 13:04:34 +01:00
twinaphex
d537b6ee9f Rename some files 2016-02-22 13:01:16 +01:00
twinaphex
1a5d2ce85c Start divorcing DRM context from EGL 2016-02-22 12:59:13 +01:00
twinaphex
85804838ad (DRM) More refactors 2016-02-22 12:56:16 +01:00
twinaphex
09fba6016b (DRM) Cleanups 2016-02-22 12:50:45 +01:00
twinaphex
034f1769c9 (DRM) Cleanups 2016-02-22 12:43:18 +01:00
twinaphex
cc622b6905 Start getting rid of 'egl' namespace conventions in drm_egl context
driver
2016-02-22 12:37:38 +01:00
twinaphex
a2a4a365a3 We're able now to create a Vulkan build without any GL support
whatsoever
2016-02-22 12:33:42 +01:00
twinaphex
ef1feca097 Some C89_BUILD fixes 2016-02-22 12:25:41 +01:00
twinaphex
47b34b38d2 (DRM) More HAVE_EGL ifdefs 2016-02-22 12:10:23 +01:00
twinaphex
7da0739b61 Get rid of global g_egl_api now too 2016-02-22 11:54:55 +01:00
twinaphex
22a677b3a8 Don't use egl_common's 'api' variable anymore 2016-02-22 11:54:19 +01:00
twinaphex
fd7a62f5ca (Wayland) Context driver doesn't use egl api anymore 2016-02-22 11:48:17 +01:00
twinaphex
a8a871bd4e (DRM) Create drm_api 2016-02-22 11:47:18 +01:00
twinaphex
e4935d490c (DRM) Uses its own sighandler and atomic quit variable 2016-02-22 11:46:08 +01:00
twinaphex
3bebc2284f DRM gets its own interval variable inside data struct 2016-02-22 11:42:36 +01:00
twinaphex
b421bdf687 (drm_egl_ctx.c) More ifdefs 2016-02-22 11:37:37 +01:00
twinaphex
eceadcde2b (drm_egl_ctx.c) Add HAVE_EGL/HAVE_OPENGL ifdefs 2016-02-21 23:49:50 +01:00
twinaphex
cedc6506b5 Show display metric height label 2016-02-21 22:09:38 +01:00
Twinaphex
902026ec86 Merge pull request #2747 from Themaister/master
Wayland: Add metrics support.
2016-02-21 22:07:41 +01:00