twinaphex
160d90f22a
(performance counters) Get rid of other duplicate functions
2020-02-29 08:00:38 +01:00
twinaphex
3a1c59d461
rarch_timer_begin_new_time is an unnecessary function
2020-02-29 07:53:42 +01:00
twinaphex
7d908da30f
Address TODO/FIXME
2020-02-29 07:45:17 +01:00
twinaphex
add0cedc48
* Reduce the amount of cpu_features_get_time_usec calls
...
* Put code behind menu ifdefs
2020-02-29 07:41:05 +01:00
Twinaphex
fe51b44d98
Merge pull request #10174 from Alcaro/patch-2
...
Fix tautological comparison
2020-02-29 06:35:56 +01:00
Twinaphex
7effd2171c
Merge pull request #10179 from Jamiras/cheevos_measured
...
(cheevos) display measured progress on locked achievements
2020-02-29 06:34:29 +01:00
Jamiras
1557b15c40
display measured progress on locked achievements
2020-02-28 21:23:04 -07:00
hizzlekizzle
ad03277e3c
Merge pull request #10173 from Alcaro/patch-1
...
Avoid overflow when calculating multiplying performance counter
2020-02-28 18:30:13 -06:00
Alcaro
ad523ebae0
Fix tautological comparison
2020-02-28 18:46:50 +01:00
Alcaro
472fe9a991
Avoid overflow when calculating multiplying performance counter
2020-02-28 18:07:00 +01:00
Twinaphex
a10db7c280
Merge pull request #10171 from gordon-fish/patch-1
...
Fix to correctly set header.metadata_offset
2020-02-28 16:59:49 +01:00
gordon-fish
71c12aab32
Fix to correctly set header.metadata_offset
...
This fix will correctly set ``header.metadata_offset`` in ``libretrodb_create`` instead of always setting it to zero.
The main problem was using ``filestream_seek`` when ``filestream_tell`` should be used to get the actual offset.
See issue #10140
2020-02-28 07:46:07 -08:00
Twinaphex
385b0b71e7
Update CHANGES.md
2020-02-28 14:23:04 +01:00
Twinaphex
0913849b87
Update CHANGES.md
2020-02-28 14:22:17 +01:00
Twinaphex
d67666f9fa
Merge pull request #10170 from jdgleaver/core-list-hang-fix
...
Core updater tasks: Prevent hang when fetching core list if HTTP transfer fails
2020-02-28 14:21:18 +01:00
jdgleaver
5128237228
Core updater tasks: Prevent hang when fetching core list if HTTP transfer fails
2020-02-28 11:57:13 +00:00
twinaphex
5bb85ee5d5
(GX) Buildfix
2020-02-27 23:32:18 +01:00
Twinaphex
227a4585af
Merge pull request #10166 from natinusala/odroidgo2-skeleton
...
ODROID-GO Advance rotation support
2020-02-27 23:30:00 +01:00
Twinaphex
172f49437f
Merge pull request #10165 from jdgleaver/ozone-entry-height-fix
...
(Ozone) Fix entry height calculation
2020-02-27 23:29:05 +01:00
natinusala
deb1151f04
odroidgo2: add zlib as dependency of libpng
2020-02-27 19:55:04 +01:00
natinusala
b6a79462d5
odroidgo2: add libpng as libgo2 dependency
2020-02-27 19:45:25 +01:00
jdgleaver
4c9e2d98c1
(Ozone) Fix entry height calculation
2020-02-27 17:13:20 +00:00
twinaphex
55a1837494
menu_input_driver_toggle_on - turn function static
2020-02-27 15:34:47 +01:00
twinaphex
74547c0a81
(netplay) Cleanups
2020-02-27 12:02:55 +01:00
natinusala
f00fb6d1ea
odroidgo2: patched DRM driver
2020-02-27 10:22:51 +01:00
natinusala
a75059f94b
odroidgo2: add skeleton
2020-02-27 10:22:51 +01:00
twinaphex
765f8d4c8c
Cleanup menu_keys_pressed
2020-02-27 10:03:21 +01:00
twinaphex
602623dc50
Remove RARCH_CTL_CORE_OPTIONS_INTL_INIT
2020-02-27 08:51:03 +01:00
twinaphex
fb223ac377
Refactor input_keys_pressed
2020-02-27 08:08:38 +01:00
twinaphex
26b3ccf2e5
Don't pass joypad_info by value
2020-02-27 07:33:14 +01:00
twinaphex
c2ed8783ee
(pkg) Remove font / xui files
2020-02-27 01:34:42 +01:00
twinaphex
94cefaf1c5
Remove xui/fonts
2020-02-27 01:33:26 +01:00
twinaphex
cd29beb00d
Remove MENU_XUI
2020-02-26 22:05:11 +01:00
twinaphex
0ae51061f6
Fix build
2020-02-26 22:00:59 +01:00
twinaphex
a6c9bb95f0
Remove HAVE_XUI
2020-02-26 19:09:00 +01:00
twinaphex
fd7bc416ce
Get rid of header include
2020-02-26 09:24:20 +01:00
twinaphex
f5bc061b26
Merge menu_generic.c into menu_driver.c
2020-02-26 09:22:48 +01:00
twinaphex
3a76aac226
Get rid of unneeded header include
2020-02-26 08:25:56 +01:00
twinaphex
b23863ae85
Reduce more cpu_features_get_time_usec calls
2020-02-26 08:17:51 +01:00
twinaphex
d19dd12b30
Start calling cpu_features_get_time_usec less per frame iteration
2020-02-26 08:09:20 +01:00
twinaphex
795801b1f5
Reduce amount of calls to input_event_get_osk_ptr
2020-02-26 05:58:11 +01:00
twinaphex
01a65fa5ba
Rename menu_osk.c to input_osk.c
2020-02-26 05:49:23 +01:00
Twinaphex
e43f34376d
Merge pull request #10163 from Tatsuya79/patch-7
...
qt: move gfx widget option to OSD
2020-02-25 20:16:12 +01:00
Tatsuya79
58fc9ce9ca
Update ui.cpp
2020-02-25 19:20:27 +01:00
Tatsuya79
dc5afdccf9
qt: move gfx widget option to OSD
2020-02-25 19:18:57 +01:00
twinaphex
a7e4bfe479
Cleanups
2020-02-25 08:11:45 +01:00
Twinaphex
010b2cb109
Merge pull request #10161 from altiereslima/master
...
(Translation) Update Portuguese Brazilian
2020-02-25 07:45:50 +01:00
Twinaphex
283c95399c
Merge pull request #10162 from WeedyWeedSmoker/French-update
...
French update
2020-02-25 07:45:29 +01:00
Weedy Weed Smoker
dd07038e14
(Ozone) Add 'Nord' and 'Gruvbox Dark' themes
2020-02-25 13:25:20 +07:00
twinaphex
a5a0437bda
(Ozone) Implement menu sublabels
2020-02-25 04:10:05 +01:00