53067 Commits

Author SHA1 Message Date
twinaphex
69ffcf5648 (netplay_frontend.c) Simplify code 2020-03-01 15:58:17 +01:00
twinaphex
360fdfedbc (netplay_frontend.c) Cleanups 2020-03-01 15:33:17 +01:00
Twinaphex
cd495a09f1
Merge pull request #10186 from JKoppel93/master
New XMB themes
2020-03-01 14:34:45 +01:00
JKoppel93
4914a41c2c minor tweaking 2020-03-01 04:58:59 -05:00
JKoppel93
105bfcafe5 XMB themes added
XMB themes added
2020-03-01 04:39:45 -05:00
MrHuu
0bd8629baa
(3DS) Update Makefile.cores
Add id's for ECWolf / SMSplus / VitaQuake2 cores.
2020-02-29 22:21:01 +01:00
twinaphex
81ab6d575a Cleanups 2020-02-29 18:06:06 +01:00
Jamiras
daad8bcca0 queue multiple popups 2020-02-29 09:30:22 -07:00
twinaphex
0524d4ae49 (retroarch.c) Settings cleanups 2020-02-29 17:18:25 +01:00
twinaphex
63b7d74272 Cut down get_time_usec calls - pass current_time around instead 2020-02-29 16:52:56 +01:00
twinaphex
42d3dd68ed (menu_cbs_deferred_push) Cleanups 2020-02-29 16:38:53 +01:00
twinaphex
ca6b07cc47 Get rid of hash 2020-02-29 15:05:01 +01:00
twinaphex
22ada33990 Cleanups - get rid of label hash 2020-02-29 15:01:10 +01:00
twinaphex
c4583a62fb Cleanups 2020-02-29 14:37:52 +01:00
twinaphex
a326be71f3 Simplify remap_load_file 2020-02-29 14:33:53 +01:00
twinaphex
212318f95b Cleanups 2020-02-29 14:16:58 +01:00
twinaphex
8ce4ed7164 Cleanups 2020-02-29 12:55:33 +01:00
twinaphex
9dcc941ec5 Reduce get_time_usec calls 2020-02-29 12:51:42 +01:00
twinaphex
6802fa1324 Buildfix - add missing HAVE_CHEEVOS ifdef 2020-02-29 12:28:23 +01:00
Twinaphex
341cd0da36
Update CHANGES.md 2020-02-29 08:46:48 +01:00
Twinaphex
8476fd0559
Merge pull request #10177 from altiereslima/master
LOCALIZATION: Update Portuguese Brazilian translation
2020-02-29 08:46:26 +01:00
Twinaphex
6c8d87ac04
Update CHANGES.md 2020-02-29 08:17:43 +01:00
Twinaphex
a438d4f4da
Update CHANGES.md 2020-02-29 08:15:25 +01:00
Twinaphex
b03f1d4c7f
Update CHANGES.md 2020-02-29 08:14:46 +01:00
Twinaphex
a4bad00133
Merge pull request #10180 from justinweiss/keep-bottom-screen-hidden-on-wake
[3DS] Keep the bottom screen hidden on sleep/wakeup
2020-02-29 08:14:13 +01:00
twinaphex
b1fa971d35 Do check outside of rarch_perf_log 2020-02-29 08:05:49 +01:00
Justin Weiss
a96be2cdce [3DS] Keep the bottom screen hidden on sleep/wakeup
When the 3DS wakes back up after being closed, the bottom screen needs
to be reinitialized. Adding the condition here will cause the screen
to be turned on or off based on the state of
ctr_bottom_screen_enabled, as you'd expect.
2020-02-28 23:01:22 -08:00
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
altiereslima
897809cc75 LOCALIZATION: Update Portuguese Brazilian translation 2020-02-28 22:14:37 -03: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