twinaphex
|
0ef1b342e4
|
settings Cleanups
|
2020-03-02 20:10:24 +01:00 |
|
twinaphex
|
0ae51061f6
|
Fix build
|
2020-02-26 22:00:59 +01:00 |
|
twinaphex
|
f5bc061b26
|
Merge menu_generic.c into menu_driver.c
|
2020-02-26 09:22:48 +01:00 |
|
twinaphex
|
f785e4b045
|
Replace while (1) with for (;;) - avoids MSVC warnings
|
2020-01-30 16:15:52 +01:00 |
|
Jean-André Santoni
|
c0dfcd2adf
|
Fix Metal build
|
2019-11-30 12:49:52 +07:00 |
|
Twinaphex
|
932071952d
|
(OSX) Buildfix
|
2019-11-20 11:19:18 +01:00 |
|
twinaphex
|
861379d8e3
|
Revert code in hopes iOS works again
|
2019-11-20 06:25:40 +01:00 |
|
Twinaphex
|
d2d240ecf5
|
(iOS) Should fix iOS build problems
|
2019-11-20 02:58:17 +01:00 |
|
Twinaphex
|
540edd7b5d
|
(iOS) Buildfix #1
|
2019-11-20 02:51:18 +01:00 |
|
twinaphex
|
e3506ed06b
|
Move nsview_get_ptr to cocoa_common
|
2019-11-20 02:24:03 +01:00 |
|
Twinaphex
|
bac58c99c4
|
Buildfix
|
2019-11-20 02:24:03 +01:00 |
|
twinaphex
|
964fcda79a
|
Move glkitview_init to cocoa_common.m
|
2019-11-20 02:24:02 +01:00 |
|
Jean-André Santoni
|
947e15f34f
|
Move WindowListener around
|
2019-11-19 12:00:24 +07:00 |
|
Twinaphex
|
c7ce2c7053
|
Fix Xcode issue
|
2019-11-19 05:54:01 +01:00 |
|
jdgleaver
|
7eefec6945
|
(GLUI) Navigation improvements
|
2019-11-15 14:53:00 +00:00 |
|
Yoshi Sugawara
|
2b415292c6
|
iOS: #9562: wrap call to get app delegate around a gcd main thread async call
|
2019-10-06 09:41:53 -10:00 |
|
Twinaphex
|
f0bfdbf209
|
Add header to prevent build failures
|
2019-10-06 03:43:49 +02:00 |
|
twinaphex
|
4cf27651ba
|
(Cocoa defines) Guarantee backwards compatibility
|
2019-10-05 18:58:15 +02:00 |
|
Twinaphex
|
511f43d5cf
|
Move it to cocoa_gl_ctx.m
|
2019-09-22 11:26:06 +02:00 |
|
Twinaphex
|
a6ec5a9831
|
Should now work
|
2019-09-22 11:19:54 +02:00 |
|
Twinaphex
|
6fe4559b8e
|
Revert "(Cocoa) See if this works"
This reverts commit 1ddd7ee79dade32dc8b925b3dfe57233fc2c34ea.
|
2019-09-22 10:54:11 +02:00 |
|
Twinaphex
|
83f1b28f98
|
Revert "(Cocoa) Move nsview_get_ptr and nsview_set_ptr to cocoa_gl_ctx.m"
This reverts commit 4f564360e7ba3df82e496d8dec8ca1a0dc3d4261.
|
2019-09-22 10:54:01 +02:00 |
|
twinaphex
|
4f564360e7
|
(Cocoa) Move nsview_get_ptr and nsview_set_ptr to cocoa_gl_ctx.m
|
2019-09-22 10:48:23 +02:00 |
|
twinaphex
|
1ddd7ee79d
|
(Cocoa) See if this works
|
2019-09-22 10:43:31 +02:00 |
|
twinaphex
|
ad1fb29092
|
(Metal) Refactor
|
2019-09-22 10:28:51 +02:00 |
|
Twinaphex
|
6a9feb7978
|
(OSX) Refactor this so that we always set the userdata
pointer so we can use the new set_title codepaths - will
have to check how to reduce the overhead in nsview_get_ptr
later
|
2019-09-22 10:19:03 +02:00 |
|
Twinaphex
|
9f0f53b1d7
|
(OSX) Correct userdata
|
2019-09-22 08:16:43 +02:00 |
|
twinaphex
|
fbb8a9640c
|
(OSX) Set pointer for HAVE_COCOA_METAL too
|
2019-09-22 08:00:39 +02:00 |
|
twinaphex
|
2135e86fc7
|
(Cocoa) Set video display driver userdata for Cocoa
|
2019-09-22 07:49:43 +02:00 |
|
Twinaphex
|
69a38f9b9f
|
(Cocoa) Pass direct pointer to UI companion driver window title function
|
2019-09-22 07:41:56 +02:00 |
|
orbea
|
e13ec54dc6
|
Fix --disable-overlay.
|
2019-07-21 10:26:42 -07:00 |
|
Twinaphex
|
db6a4f8368
|
(UI Companion) Get rid of unused iterate function callback
|
2019-07-19 13:59:07 +02:00 |
|
twinaphex
|
801b0742d8
|
(UI application) We don't use pending_events - get rid of it
|
2019-07-17 22:08:11 +02:00 |
|
Twinaphex
|
6abca4c323
|
Cleanups
|
2019-07-11 04:31:10 +02:00 |
|
twinaphex
|
f6497e8012
|
ui_application_t - we never use run except for Qt, so remove this
and move the code to frontend.c - also add a boolean variable to
ui_application_t to indicate whether an app is about to exit
|
2019-07-11 02:18:21 +02:00 |
|
Twinaphex
|
e6e4d09c33
|
(OSX) Silence warning
|
2019-07-10 05:50:26 +02:00 |
|
Twinaphex
|
5d56302a31
|
Merge pull request #9033 from yoshisuga/ios_remove_pause_indicator
iOS: remove pause indicator
|
2019-06-29 12:12:32 +02:00 |
|
Twinaphex
|
c8486a5081
|
(Cocoa/Metal) Silence bunch of warnings
|
2019-06-24 14:58:32 +02:00 |
|
twinaphex
|
d4ea084f3d
|
Add cocoa_defines.h
|
2019-06-24 14:49:18 +02:00 |
|
twinaphex
|
5db8da3fc8
|
(Cocoa) Buildfix
|
2019-06-17 15:19:00 +02:00 |
|
twinaphex
|
3581786708
|
Merge camera_driver.c with retroarch.c
|
2019-06-17 11:18:27 +02:00 |
|
Yoshi Sugawara
|
45b36d7d47
|
iOS: remove pause indicator; show the native UI menu using 4-finger swipe down gesture
|
2019-06-14 08:35:33 -10:00 |
|
twinaphex
|
474f5ab00a
|
(CocoaTouch Menu) Fix build
|
2019-05-31 08:25:49 +02:00 |
|
jdgleaver
|
ff16fb347a
|
'menu_entry' optimisations
|
2019-05-30 10:11:26 +01:00 |
|
Chuck Smith
|
ac2c6bdac2
|
correctly centers screen on iPhone X landscape
|
2019-05-19 21:11:30 +02:00 |
|
neville
|
7c4329f31d
|
(OSX PPC) Buildfixes
|
2019-05-06 14:12:25 +02:00 |
|
neville
|
82be4ea0e5
|
(OSX PPC) One buildfix
|
2019-05-06 04:46:23 +02:00 |
|
Weedy Weed Smoker
|
c93272de15
|
(iOS) Buildfix
Changed "widgets/menu_entry.h" to "menu_entries.h", as no one did it before anyway...
|
2019-05-04 03:31:33 +07:00 |
|
twinaphex
|
83497d5029
|
(iOS) Buildfix
|
2019-02-10 02:28:12 +01:00 |
|
twinaphex
|
b9db1c1702
|
Add function prototype to cocoa_common.h
|
2019-02-10 02:13:57 +01:00 |
|