Commit Graph

18451 Commits

Author SHA1 Message Date
Twinaphex
de2eb5f972 Rename RARCH_CMD_* to EVENT_CMD_* 2015-04-13 10:29:15 +02:00
Twinaphex
c0d88e19d1 Merge pull request #1625 from fr500/master
Basic QT app initialization
2015-04-13 10:12:59 +02:00
Radius
07132a5592 clean duplicate wrapper.h 2015-04-13 00:30:14 -04:00
Radius
80686f1796 add window initialization code, update credits, add settitle window to test 2015-04-13 00:29:46 -04:00
Twinaphex
56a348e9bd Merge pull request #1624 from aliaspider/master
(3DS) video driver: performance improvements.
2015-04-13 02:52:32 +02:00
aliaspider
e754c328b0 (3DS) video driver: performance improvements. 2015-04-13 01:50:00 +01:00
Twinaphex
3ff4522c4f (iOS) Update applicationDidBecomeActive - startup UI Companion screen
when setting is enabled
2015-04-13 02:48:56 +02:00
twinaphex
3676dda5d7 Implement stub toggle for UI companion null driver 2015-04-13 02:30:52 +02:00
twinaphex
57877284ec (UI Companion) Call UI companion 'toggle' function at startup when setting is
enabled
2015-04-13 02:14:34 +02:00
twinaphex
02d31acbfb Add 'UI Companion Start on Boot' 2015-04-13 02:12:28 +02:00
twinaphex
7c47695f37 (UI CocoaTouch) Implement toggle 2015-04-13 01:55:35 +02:00
Twinaphex
f040d2c841 (iOS) Don't launch menu view at startup by default 2015-04-13 01:43:44 +02:00
twinaphex
59e7ab3048 (XDK1) Build fixes 2015-04-13 00:44:10 +02:00
twinaphex
099d95eb6f (XDK1) Buildfix 2015-04-12 22:32:01 +02:00
twinaphex
f4bd33b92f (XDK1) Build fixes 2015-04-12 22:29:55 +02:00
twinaphex
9a3ba16a36 (GL) Cleanup 2015-04-12 22:01:48 +02:00
Twinaphex
1829053732 Merge pull request #1623 from fr500/master
QT gui proof of concept #2
2015-04-12 21:57:37 +02:00
Radius
329b6b23a0 Update Makefile.common 2015-04-12 15:50:07 -04:00
Radius
b1fa6f8f34 Update QT project files 2015-04-12 15:49:19 -04:00
Radius
7244943ec2 Update Makefile.common 2015-04-12 15:31:19 -04:00
Radius
b618f2baa7 Merge branch 'master' of github.com:fr500/RetroArch 2015-04-12 15:22:58 -04:00
Radius
ebdf15c17c Update Makefile.common
1
2015-04-12 15:21:53 -04:00
Radius
a956a9f8e8 Add QT projects 2015-04-12 15:20:57 -04:00
twinaphex
4479bf5d55 (XDK1) Buildfixes 2015-04-12 20:00:49 +02:00
twinaphex
7fbbac544e Some C89 build fixes 2015-04-12 19:29:38 +02:00
twinaphex
a68253940f (performance.c) Make it C89-compatible 2015-04-12 19:18:00 +02:00
twinaphex
31376b4a65 Start moving cpp files to griffin_cpp.cpp 2015-04-12 19:13:21 +02:00
twinaphex
81cd5df961 Update MSVC solutions - 360 buildfix 2015-04-12 19:03:44 +02:00
twinaphex
7c44f3e33e (griffin_cpp.cpp) Update 2015-04-12 18:59:50 +02:00
twinaphex
c2d8d7e530 (Qt) Start making clean Qt skeleton implementation - radius needs to do the rest 2015-04-12 18:56:23 +02:00
twinaphex
a9d24e9587 (Apple Cocoa) Cleanups 2015-04-12 17:13:14 +02:00
twinaphex
a513cbeafc (UI Companion) Start implementing stub functions 2015-04-12 17:10:51 +02:00
Twinaphex
7674084904 frontend_apple_load_content - buildfix 2015-04-12 17:07:17 +02:00
twinaphex
47f26386a8 (Apple) Cleanups 2015-04-12 17:01:05 +02:00
Twinaphex
0e2ed7c746 (Apple) Cleanups 2015-04-12 16:55:50 +02:00
Twinaphex
68902c9d94 (Cocoa/Apple) Split up Apple GL context driver code to separate file 2015-04-12 16:51:07 +02:00
twinaphex
35e3daf951 (frontend.c) Cleanup 2015-04-12 16:17:11 +02:00
twinaphex
2e0ea00404 (video filters) Change all existing video filters to single threaded mode -
the code is not thread-safe
2015-04-12 07:45:28 +02:00
twinaphex
d7ee7efac5 (runloop_data.c) Refactors 2015-04-12 07:17:55 +02:00
Twinaphex
3fbf105c5e (runloop_data.c) Sleep for 10 milliseconds per data runloop thread
iteration - should fix high CPU usage issues
2015-04-12 06:45:38 +02:00
Twinaphex
bd31320612 (Apple) Buildfix 2015-04-12 05:45:28 +02:00
twinaphex
eb599b64dc Set threaded_data_runloop_enable to false for now 2015-04-12 05:34:53 +02:00
twinaphex
099ca83996 Update credits 2015-04-12 04:22:58 +02:00
Twinaphex
36e0832096 (UI/CocoaTouch) Updates 2015-04-12 04:03:27 +02:00
twinaphex
ff4563a283 Proper define is RARCH_MOBILE 2015-04-12 03:33:13 +02:00
twinaphex
227bf3e642 Set threaded_data_runloop_enable to default value 2015-04-12 03:31:10 +02:00
twinaphex
29ecd3b297 (Mobile) Don't enable threaded data runloop by default for mobile right now
- drains CPU right now
2015-04-12 03:27:20 +02:00
Twinaphex
3e35593f59 (iOS) Implement UI companion driver for iOS CocoaTouch 2015-04-12 03:18:37 +02:00
twinaphex
bf084eb14a (iOS) Create ui_cocoatouch.m 2015-04-12 03:02:48 +02:00
twinaphex
a5ddda8854 (UI companion) Add iterate function pointer to UI companion 2015-04-12 02:12:30 +02:00