Autechre
|
6e96b9647a
|
Merge pull request #12123 from crystalct/master
Add some PSL1GHT ifdefs
|
2021-03-10 17:05:50 +01:00 |
|
twinaphex
|
a092fe273c
|
Turn retroarch_apply_shader into static function
|
2021-03-10 17:05:19 +01:00 |
|
twinaphex
|
4516d6626b
|
* Cleanups; non-functional changes -
- Don't pass p_rarch around to other functions if unnecessary
- Get rid of superfluous get/set runtime shader preset functions
|
2021-03-10 16:57:31 +01:00 |
|
CrystalCT
|
43bb8e6aaa
|
Add some PSL1GHT ifdefs
|
2021-03-10 09:43:19 +01:00 |
|
twinaphex
|
d940c10afe
|
(Qt) Combine qt/options/generic.cpp and qt/options/nongeneric.cpp
|
2021-03-10 09:41:49 +01:00 |
|
twinaphex
|
3b59939dea
|
(Menu) Implement as macro invocation
|
2021-03-10 09:41:49 +01:00 |
|
twinaphex
|
44c69561b7
|
Get rid of GENERIC_DEFERRED_PUSH_CLEAR_GENERAL - do
MENU_ENTRIES_CTL_CLEAR inside menu_displaylist_ctl instead
|
2021-03-10 09:41:49 +01:00 |
|
twinaphex
|
a2031608e7
|
Don't use file_list_get_at_offset - access members directly
|
2021-03-10 09:41:49 +01:00 |
|
twinaphex
|
6629c20e25
|
video_driver_set_viewport_config - don't pass p_rarch to it
|
2021-03-10 05:49:59 +01:00 |
|
twinaphex
|
b53b6cbf34
|
Simplify menu_input_set_pointer_visibility
|
2021-03-10 05:49:58 +01:00 |
|
twinaphex
|
003fc7ccc8
|
Get rid of menu_entries_get_at_offset
|
2021-03-10 05:49:58 +01:00 |
|
twinaphex
|
bbe46333e1
|
Cut down on menu_input_dialog_get_display_kb calls
|
2021-03-10 05:49:58 +01:00 |
|
twinaphex
|
d0bb190ca7
|
Another update
|
2021-03-09 22:10:18 +01:00 |
|
Autechre
|
85658ca7ef
|
Merge pull request #12118 from crystalct/master
Add some PSL1GHT ifdefs
|
2021-03-09 21:57:16 +01:00 |
|
twinaphex
|
b520f84851
|
(Apple) Set code signing for RetroArch_Metal/RetroArch targets
|
2021-03-09 21:56:20 +01:00 |
|
Autechre
|
f1ba4e1c53
|
Update .gitlab-ci.yml
|
2021-03-09 20:49:22 +01:00 |
|
Autechre
|
e41acae922
|
Merge pull request #12119 from yoshisuga/osx_update_artifact
[gitlab][macOS] Updated artifact zip to not include subdirs for packaging step
|
2021-03-09 17:31:32 +01:00 |
|
Yoshi Sugawara
|
7e619aeb27
|
Updated artifact zip to not include subdirs for packaging step
|
2021-03-09 06:28:16 -10:00 |
|
CrystalCT
|
f9eae08e1b
|
Add some PSL1GHT ifdefs
|
2021-03-09 08:27:46 +01:00 |
|
twinaphex
|
88b2359a37
|
Cleanups
|
2021-03-09 00:51:15 +01:00 |
|
twinaphex
|
c645a9b8bb
|
Rewrite osk_last_update_codepoint
|
2021-03-08 23:28:24 +01:00 |
|
twinaphex
|
682a09fbdb
|
Reimplement input_joypad_analog_axis
|
2021-03-08 23:02:46 +01:00 |
|
twinaphex
|
76e96bdd0b
|
Merge branch 'master' of https://github.com/libretro/RetroArch into master
|
2021-03-08 22:44:09 +01:00 |
|
Autechre
|
de0bcad39f
|
Merge pull request #12116 from sonninnos/x11-grab
(X11) Remove useless XGrabs
|
2021-03-08 22:44:04 +01:00 |
|
twinaphex
|
d98f81359f
|
Small cleanup to input_keyboard_event
|
2021-03-08 22:09:36 +01:00 |
|
twinaphex
|
fa539c9563
|
runloop_key_event can be NULL - check first if non-NULL before
calling it
|
2021-03-08 21:11:04 +01:00 |
|
twinaphex
|
012b02635e
|
Get rid of p_rarch for more function arguments
|
2021-03-08 19:52:08 +01:00 |
|
twinaphex
|
af5c311fb0
|
Simplify code in input_keyboard_event
|
2021-03-08 19:45:27 +01:00 |
|
twinaphex
|
7b2256941e
|
(Input) Redesign some code for input_driver_mapper - if input_remap_binds_enable
is true, assume input_driver_mapper is allocated, to avoid having to do
the conditional checks beforehand
|
2021-03-08 19:23:37 +01:00 |
|
sonninnos
|
ce29b70ae9
|
(X11) Remove useless XGrabs
|
2021-03-08 19:58:36 +02:00 |
|
twinaphex
|
a60e7ad42a
|
(Qt) Merge ui_qt_themes.h into ui_qt.cpp
|
2021-03-08 18:15:50 +01:00 |
|
twinaphex
|
6802e41db5
|
(Qt) Merge ui_qt_load_core_window.cpp into ui_qt.cpp - further
binary size reduction
|
2021-03-08 18:02:49 +01:00 |
|
twinaphex
|
25a0c903bc
|
(Qt) Cleanup
|
2021-03-08 17:58:51 +01:00 |
|
twinaphex
|
fd5d1804c5
|
Header cleanups
|
2021-03-08 17:54:52 +01:00 |
|
twinaphex
|
f9eb53cff1
|
(Qt) Combine non-generic options into qt/options/nongeneric.cpp -
all these Qt files being combined now led to a nearly 1MB size reduction
in retroarch's binary
|
2021-03-08 17:47:36 +01:00 |
|
twinaphex
|
8fe8782497
|
(Qt) Combine qt download files into one - further binary size
reduction
|
2021-03-08 17:38:03 +01:00 |
|
twinaphex
|
af1d9f7041
|
(Qt) Combine filedropwidgets.cpp and settingswidgets.cpp into
qt_widgets.cpp - further binary size reduction
|
2021-03-08 17:32:56 +01:00 |
|
twinaphex
|
7fb09d1602
|
(Qt) Combine shaderparamsdialog.cpp and qt_dialogs.cpp - further binary
size reduction
|
2021-03-08 17:24:47 +01:00 |
|
twinaphex
|
469e2b7778
|
(Qt) Combine dialog files into one - makes binary smaller too
|
2021-03-08 17:13:54 +01:00 |
|
twinaphex
|
69eff40e0d
|
Cleanup
|
2021-03-08 16:35:55 +01:00 |
|
twinaphex
|
73116f9af3
|
(ozone_entries.c) ozone_draw_entry_value - small cleanup
|
2021-03-08 15:54:53 +01:00 |
|
twinaphex
|
047b24cfbf
|
(ozone_display) Don't set variable to itself
|
2021-03-08 15:47:03 +01:00 |
|
twinaphex
|
0b06eea846
|
(ui_cocoa.m) Cleanups - add fall-throughs
|
2021-03-08 15:19:26 +01:00 |
|
twinaphex
|
e140c9f8ee
|
Cleanups
|
2021-03-08 15:11:28 +01:00 |
|
Autechre
|
c9ed86f34d
|
Merge pull request #12114 from crystalct/master
Add some PSL1GHT ifdefs
|
2021-03-08 15:07:33 +01:00 |
|
CrystalCT
|
3bafc82305
|
Add some PSL1GHT ifdefs
|
2021-03-08 13:09:43 +01:00 |
|
twinaphex
|
e135df2983
|
Simplify input_state_device - two case statements were identical
to an already existing one
|
2021-03-08 07:42:11 +01:00 |
|
Autechre
|
bb6029d24f
|
Merge pull request #12112 from Nephil1m/patch-1
Update AUTHORS.h: Updating my alias
|
2021-03-08 06:49:18 +01:00 |
|
Nephilim
|
de8ee0e8d1
|
Update AUTHORS.h: Updating my alias
I used to be esoptron but now I have a new alias. So I'm updating this file to reflect that change.
|
2021-03-08 00:38:34 -05:00 |
|
twinaphex
|
b0b81406ad
|
Cut down on HAVE_COCOA_METAL/HAVE_COCOA ifdef
|
2021-03-08 04:09:43 +01:00 |
|