Autechre
|
18170486cd
|
Update cocoa_common.m
|
2021-01-19 04:51:38 +01:00 |
|
Twinaphex
|
a83c328631
|
(Metal) Fix some build problems
|
2021-01-19 04:38:07 +01:00 |
|
twinaphex
|
7b3f042fc6
|
(CocoaGL) Get rid of IOS Interface extensions
|
2021-01-18 21:49:34 +01:00 |
|
twinaphex
|
6a091cf20a
|
(cocoa_vk_cx) Cleanup
|
2021-01-18 21:43:33 +01:00 |
|
Twinaphex
|
69884a816f
|
(Cocoa GL) OSX - get rid of bounds/scale extension of NSScreen
|
2021-01-18 21:38:02 +01:00 |
|
twinaphex
|
71e712f050
|
Define GL_SILENCE_DEPRECATION for OSX
|
2021-01-18 21:27:26 +01:00 |
|
Twinaphex
|
97d954912d
|
(Apple) Buildfix
|
2021-01-18 21:21:17 +01:00 |
|
twinaphex
|
0294b0c626
|
(Cocoa) Don't use NSEventModifierFlags type anymore - just
use NSUInteger instead
|
2021-01-18 20:41:30 +01:00 |
|
twinaphex
|
234ebd715b
|
(Makefile.common) Define -DOSX for OSX
|
2021-01-18 20:36:51 +01:00 |
|
twinaphex
|
f4a20870c7
|
video_shader_write_referenced_preset - logic flaw -
loaded_shader_preset_path is a character array - conditional boolean
check would always evaluate to true - check if string is empty
instead
|
2021-01-18 20:30:21 +01:00 |
|
Autechre
|
2aac83faf0
|
Merge pull request #11899 from Jamiras/cheevos_runtime_iterate_modify
(cheevos) traverse list in reverse order in case items are removed by callback
|
2021-01-18 20:07:52 +01:00 |
|
twinaphex
|
83210eafd8
|
Split up cocoa_gl_ctx.m into two parts - cocoa_gl_ctx.m
and cocoa_vk_ctx.m
|
2021-01-18 20:02:31 +01:00 |
|
twinaphex
|
456cc022f3
|
(Metal) Buildfix
|
2021-01-18 19:36:33 +01:00 |
|
twinaphex
|
8d31c410a0
|
move cocoa_get_metrics to cocoa_common.m
|
2021-01-18 19:33:06 +01:00 |
|
twinaphex
|
a80a64f261
|
Add cocoa_update_title to cocoa_common.m
|
2021-01-18 19:28:36 +01:00 |
|
Twinaphex
|
3d17cf1e38
|
Move nsview_set/get/cocoaview_get to cocoa_common.m
|
2021-01-18 19:17:12 +01:00 |
|
Twinaphex
|
eea07ea367
|
(COcoa GL/Cocoa Common) Refactor code for eventual splitting up
of cocoa_gl_ctx.m into two files
|
2021-01-18 15:41:30 +01:00 |
|
Twinaphex
|
4036cc42e0
|
fast_forward_skips and is_syncing should only be used for non-OSX
|
2021-01-18 14:51:03 +01:00 |
|
jdgleaver
|
eaf7451966
|
(.gitlab-ci.yml) Reduce all artefact expiration times to 1 day
|
2021-01-18 12:11:01 +01:00 |
|
Jamiras
|
ca2c57a5a1
|
traverse list in reverse order in case items are removed by callback
|
2021-01-17 22:33:48 -07:00 |
|
twinaphex
|
3200d138b0
|
(Cocoa GL) Move variables
|
2021-01-18 06:02:32 +01:00 |
|
twinaphex
|
dfa3d216f8
|
(Cocoa GL) Refactors/cleanups
|
2021-01-18 04:34:51 +01:00 |
|
twinaphex
|
f6d35ee462
|
(iOS) Cleanups
|
2021-01-18 03:03:35 +01:00 |
|
twinaphex
|
82c751ead0
|
Remove unused glcontext_get_ptr
|
2021-01-18 02:05:29 +01:00 |
|
twinaphex
|
7bdbcfa2cc
|
(CocoaGL) Cleanups
|
2021-01-18 01:57:03 +01:00 |
|
twinaphex
|
39a98d5dfc
|
(Cocoa GL) Cleanups
|
2021-01-18 01:52:05 +01:00 |
|
Autechre
|
d3eb9b61d5
|
Merge pull request #11898 from farmerbb/master
Android: remove module lists + bump version code
|
2021-01-18 01:04:15 +01:00 |
|
twinaphex
|
2670613f6c
|
Don't use nativeScale/scale for OSX
|
2021-01-18 00:50:07 +01:00 |
|
Twinaphex
|
5a9598c238
|
get_backing_scale_factor - fix build
|
2021-01-18 00:30:58 +01:00 |
|
twinaphex
|
4117a4cbda
|
Rewrite get_backing_scale_factor - stop depending on runtime selector
invocations
|
2021-01-18 00:25:36 +01:00 |
|
twinaphex
|
5c0aafe6e2
|
Simplify applicationDidFinishLaunching code for OSX 10.7 and up
|
2021-01-18 00:08:21 +01:00 |
|
Braden Farmer
|
92fa267f4e
|
Android: remove module lists + bump version code
|
2021-01-17 15:43:19 -07:00 |
|
Autechre
|
c506871208
|
Merge pull request #11897 from MrHuu/patch-8
(3DS) On error, only init gfx on salamander build
|
2021-01-17 16:46:42 +01:00 |
|
MrHuu
|
2633b3e310
|
(3DS) On error, only init gfx on salamander build
This prevents graphical issues if the gfx is already initialized.
Which should always be the case if called from a running core.
|
2021-01-17 15:44:35 +01:00 |
|
twinaphex
|
6ac08ec123
|
Make customized version of get_video_size for OSX 10.7 and up to
avoid selector grabbing
|
2021-01-17 05:39:03 +01:00 |
|
twinaphex
|
e42f2b552f
|
(COcoa GL context) Small cleanups
|
2021-01-17 05:22:29 +01:00 |
|
twinaphex
|
1e9f6f175e
|
(OSX) Fix PowerPC build
|
2021-01-17 05:02:07 +01:00 |
|
Twinaphex
|
f6833cf595
|
Remove unused variables
|
2021-01-17 00:12:29 +01:00 |
|
twinaphex
|
93b1fbbcdc
|
(Apple) Header cleanups
|
2021-01-17 00:06:33 +01:00 |
|
twinaphex
|
a9cd33ac56
|
Revert "Experiment on Apple"
This reverts commit 8769866290e8245916250bb5d98f6538728c53f3.
|
2021-01-16 23:54:31 +01:00 |
|
twinaphex
|
8769866290
|
Experiment on Apple
|
2021-01-16 23:45:06 +01:00 |
|
Twinaphex
|
7177a8e7d9
|
Remove unused variable
|
2021-01-16 23:05:37 +01:00 |
|
twinaphex
|
4d5126f71a
|
Improve cocoagl_gfx_ctx_get_native_scale
|
2021-01-16 23:03:25 +01:00 |
|
twinaphex
|
6d39160de1
|
CLeanups
|
2021-01-16 22:36:03 +01:00 |
|
twinaphex
|
a7bb200a1c
|
(UI Cocoa) Cleanups
|
2021-01-16 22:22:16 +01:00 |
|
twinaphex
|
809b96e221
|
(UI CocoaTouch) Cleanups
|
2021-01-16 22:15:17 +01:00 |
|
twinaphex
|
225b851eb6
|
Cleanups
|
2021-01-16 22:04:11 +01:00 |
|
Twinaphex
|
1d4ff9bedd
|
Take out HAVE_MENU ifdef in cocoa_common.h
|
2021-01-16 21:47:14 +01:00 |
|
twinaphex
|
284634dd1e
|
Silence more implicit conversion warnings
|
2021-01-16 21:28:54 +01:00 |
|
twinaphex
|
0e929784b5
|
Cleanups
|
2021-01-16 21:19:59 +01:00 |
|