54623 Commits

Author SHA1 Message Date
Autechre
9071acf2ce
Merge pull request #10812 from libretro/dynamic_nvda_load
Added nvda dynamic loading.
2020-06-08 08:02:27 +02:00
twinaphex
ce95dcaf79 (task_pl_thumbnail_download) Some string_is__equal optimizations 2020-06-08 07:31:58 +02:00
twinaphex
5db62e73da (Ozone/XMB) Optimize some string_is_equal comparisons 2020-06-08 07:19:19 +02:00
twinaphex
58b22b0a6e Optimize some long iterations of string_is_equal 2020-06-08 07:00:22 +02:00
twinaphex
cfbaa0c89d (X11) Cut down on video_driver_has_focus calls 2020-06-08 06:16:01 +02:00
twinaphex
2a21a3f893 Cleanups 2020-06-08 06:00:53 +02:00
twinaphex
8ba8772edb Cleanups 2020-06-08 05:57:47 +02:00
twinaphex
a87d15e361 Cleanups 2020-06-08 05:52:25 +02:00
twinaphex
2660182d52 Get rid of gfx_widgets_ready call inside
gfx_widgets_frame
2020-06-08 05:45:15 +02:00
twinaphex
5c2a2ca485 Move widgets state over to retroarch global state 2020-06-08 05:09:42 +02:00
Barry Rowe
35f1a4af8c Added nvda dynamic loading. 2020-06-07 19:46:22 -07:00
twinaphex
57c3b1b041 Move widgets_persisting to retroarch.c 2020-06-08 04:36:40 +02:00
twinaphex
73b5bf438b Move widgets_active to retroarch.c 2020-06-08 04:32:54 +02:00
twinaphex
d9565b6619 Cut down on unnecessary widgets_active early returns 2020-06-08 04:17:33 +02:00
twinaphex
d6229ed70d gfx_widgets_deinit - turn return value into bool 2020-06-08 04:12:15 +02:00
twinaphex
9707f1f622 Get rid of gfx_ctx_animation_tag 2020-06-08 04:09:12 +02:00
twinaphex
eb20c10713 Start getting rid of gfx_ctx_animation_tag - it's just a uintptr_t
typedef
2020-06-08 03:56:35 +02:00
twinaphex
573eddb5a4 (Metal) Always run this regardless 2020-06-08 03:28:32 +02:00
twinaphex
c1aeafbe3d Fix --disable-menu 2020-06-08 03:24:47 +02:00
twinaphex
7f54f410f4 Remove pointer grabbing from get_msg_queue function 2020-06-08 03:11:59 +02:00
twinaphex
69bdf581f4 Change this back 2020-06-08 03:10:31 +02:00
Autechre
f6d361ad08
Merge pull request #10811 from Jamiras/rcheevos_hash
(cheevos) use rcheevos for identifying games
2020-06-08 03:08:50 +02:00
twinaphex
876419294d (gfx widgets) Pass more state around 2020-06-08 02:54:01 +02:00
twinaphex
54372f2524 Pass state around to widget interface 2020-06-08 02:31:36 +02:00
twinaphex
77f5433f22 Create global wrapper function for state 2020-06-08 01:59:25 +02:00
twinaphex
9aa736b522 Move forward declarations up 2020-06-08 01:56:45 +02:00
twinaphex
a2ea198fdd (gfx widgets) Pass pointer around more 2020-06-08 01:55:04 +02:00
twinaphex
3f163eaa8d Bring all graphics widget global state together under one struct 2020-06-08 01:41:21 +02:00
Jamiras
7d488aa200 use rcheevos for identifying games 2020-06-07 17:13:50 -06:00
twinaphex
dc217b313c Buildfix 2020-06-07 23:45:48 +02:00
twinaphex
ddf45fdad2 (gfx widgets) Cleanups 2020-06-07 23:43:59 +02:00
twinaphex
4524ff7cd7 (Gfx widgets) Cleanups 2020-06-07 23:39:11 +02:00
twinaphex
797d3f871c (Gfx widgets) get rid of this early return - already done outside 2020-06-07 23:26:37 +02:00
twinaphex
6b5e9a3224 (gfx widgets) Cleanups 2020-06-07 23:17:37 +02:00
Twinaphex
03c1283fcb Remove unused variable 2020-06-07 23:04:20 +02:00
twinaphex
ce02161255 Cleanups 2020-06-07 23:01:52 +02:00
twinaphex
5e2649a6f5 Move gfx_display global state to rarch state 2020-06-07 22:58:06 +02:00
twinaphex
155a490f4e Update more US strings 2020-06-07 22:25:29 +02:00
twinaphex
cb90fdb802 (Cheevos) Cleanups 2020-06-07 21:48:36 +02:00
twinaphex
55a8404d01 (Cheevos) Cleanups 2020-06-07 21:34:43 +02:00
twinaphex
2baa3be2da Cleanups 2020-06-07 21:18:07 +02:00
twinaphex
d15942f6c8 Cleanups 2020-06-07 20:55:27 +02:00
Autechre
3b93c7c36d
Merge pull request #10810 from shantigilbert/master
Fix undeclared (VIDEO_RGA_SCALING) label
2020-06-07 20:29:54 +02:00
twinaphex
81b2cc0d14 Get rid of menu_entry_is_password 2020-06-07 20:27:17 +02:00
shantigilbert
137c468ca4
Fix undeclared label
This commit, 2c635e9e1b is missing this declaration.
2020-06-07 13:18:26 -05:00
twinaphex
05a344d831 Cleanups 2020-06-07 20:06:56 +02:00
twinaphex
058adf247c Further optimizations to menu_entry_get - get rid of some unnecessary
small wrapper functions
2020-06-07 20:02:12 +02:00
Francisco Javier Trujillo Mata
d896d59e8e Use -O3 for compilatino 2020-06-07 19:43:18 +02:00
Francisco Javier Trujillo Mata
df4e715738 Clean Makefile dependencies 2020-06-07 19:43:18 +02:00
Francisco Javier Trujillo Mata
06606407f4 Add CDVDFS support back 2020-06-07 19:43:18 +02:00