Commit Graph

18575 Commits

Author SHA1 Message Date
twinaphex
ac2743b842 Create stub frontend/drivers/platform_linux.c 2015-04-18 19:12:14 +02:00
twinaphex
88692cbb07 (CTR) Use rarch_sleep and some style nits 2015-04-18 17:34:14 +02:00
twinaphex
8d4f6a172c (Win32) Implement get_powerstate 2015-04-18 17:16:55 +02:00
Twinaphex
99894c831e (iOS) Implement get_powerstate 2015-04-18 16:42:49 +02:00
twinaphex
b810f7579d (PSP) Implement get_powerstate 2015-04-18 15:28:06 +02:00
twinaphex
7e0395970e Add Power Source to System Information 2015-04-18 15:17:27 +02:00
twinaphex
ba69d2ba59 (Apple) Style nits 2015-04-18 15:09:03 +02:00
Twinaphex
9b4d2769f3 (OSX) Start implementing get_powerstate - based on SDL implementation 2015-04-18 15:07:04 +02:00
twinaphex
b721389234 Create 'get_powerstate' function for frontend driver 2015-04-18 13:56:40 +02:00
Twinaphex
6b15d7d2ea Merge pull request #1635 from fr500/master
Auto override / remap loading refinements
2015-04-18 09:18:01 +02:00
radius
e2479ade31 add setting to enable/disable autoload of remap files 2015-04-17 20:14:49 -05:00
radius
bb48ebfb99 add setting to enable/disable autoload of config overrides 2015-04-17 20:07:15 -05:00
radius
3ef7d0f4de allow saving manually when overrides are active 2015-04-17 18:52:10 -05:00
Twinaphex
46cadbe846 Merge pull request #1634 from aliaspider/master
(CTR/3DS) video/audio drivers update.
2015-04-17 21:21:59 +02:00
aliaspider
1575b7e87f (CTR/3DS) audio driver: use cpu tick count instead of csndGetState to
determine the playback position.
fixes a random lockup that can happen when calling csndGetState, and
also removes the need to rely on samplePAddr since it doesn't seem to
available on all systems.
2015-04-17 19:50:36 +01:00
aliaspider
2076846a5c (CTR/3DS) disable v-sync blocking after a missed vblank-start event.
will prevent cores running under 60fps from slowing down even more.
2015-04-17 19:45:07 +01:00
twinaphex
2c2fa0ce30 (CoreAudio) Use straight pthread again 2015-04-17 10:54:03 +02:00
twinaphex
4c5a009f43 Cleanups 2015-04-16 23:40:55 +02:00
twinaphex
4468f768a6 Cleanups 2015-04-16 23:22:29 +02:00
twinaphex
94b1f2f54f (drm_egl_ctx.c) Cleanup 2015-04-16 23:04:22 +02:00
twinaphex
3a6e369516 (Context drivers) Cleanups 2015-04-16 23:03:55 +02:00
twinaphex
590e315bd1 (glx) Remove header includes here too 2015-04-16 22:41:17 +02:00
twinaphex
20e167e00f (xegl_ctx.c) Remove some unused X11 headers 2015-04-16 22:40:24 +02:00
twinaphex
27661c8087 Refactor some HAVE_X11/HAVE_EGL code 2015-04-16 22:39:28 +02:00
twinaphex
182c4e5e37 Add _opengles_supp to config.features.h 2015-04-16 22:13:16 +02:00
twinaphex
d9f5f7c457 Add more entries to System Information 2015-04-16 21:58:19 +02:00
twinaphex
3c498eb505 Add HAVE_GLSL/HAVE_HLSL to config.features.h 2015-04-16 20:59:55 +02:00
twinaphex
aded842d4f Start adding config.features to system information 2015-04-16 20:56:06 +02:00
twinaphex
686c453681 (System Information) Add CPU features information 2015-04-16 20:37:21 +02:00
twinaphex
d266a45b7c (OSX) Take out HAVE_GIT_VERSION again 2015-04-16 20:24:37 +02:00
twinaphex
7a5ca10c7e Add git_version.c to Griffin 2015-04-16 20:23:06 +02:00
twinaphex
0f956fd217 (OSX) Add HAVE_GIT_VERSION 2015-04-16 20:21:58 +02:00
Twinaphex
cb03dcc58f Cleanups 2015-04-16 20:19:53 +02:00
twinaphex
6c8fb89773 Refactor print_compiler 2015-04-16 20:17:05 +02:00
twinaphex
83e3231fdd (System Information) Add frontend->get_os 2015-04-16 20:07:54 +02:00
twinaphex
cd76c3f975 Add gfx_ctx_get_ident 2015-04-16 20:00:10 +02:00
twinaphex
b818038314 Prevent segfault in gfx_ctx_get_metrics 2015-04-16 19:42:27 +02:00
twinaphex
7bfca05272 System Information - show Display Metrics 2015-04-16 19:41:07 +02:00
twinaphex
7f50f44ddb Start adding 'System Information' 2015-04-16 19:36:34 +02:00
Twinaphex
1dca314fdd Merge pull request #1632 from lakkatv/touch
(XMB) Basic touch support, no drag yet
2015-04-16 19:01:38 +02:00
Jean-André Santoni
ba99edb847 (XMB) Basic touch support, no drag yet 2015-04-16 17:40:17 +02:00
Twinaphex
59d8b0702c Merge pull request #1631 from lakkatv/touch
Touch
2015-04-16 16:00:07 +02:00
Jean-André Santoni
625d38a6dd (Menu) Fix new glui design compatibility with block text rendering 2015-04-16 15:32:49 +02:00
Jean-André Santoni
0a56e3dcaa (Menu) Fix touch compatibility with the framebuf.dirty optimization 2015-04-16 15:32:49 +02:00
Jean-André Santoni
128cf327a3 (Menu) Drag to scroll with touch 2015-04-16 15:32:49 +02:00
Twinaphex
df7742c289 Merge pull request #1630 from aliaspider/master
disable config_file_dump_all.
2015-04-15 22:37:30 +02:00
aliaspider
dbe2243644 disable config_file_dump_all. 2015-04-15 21:31:24 +01:00
twinaphex
683c082d45 Enable threaded data runloop by default when HAVE_THREADS is
defined
2015-04-15 20:12:00 +02:00
Twinaphex
8dd265bbad Remove unused variable 2015-04-15 20:06:48 +02:00
twinaphex
94150cef70 Add 'Record Driver' option 2015-04-15 13:37:38 +02:00