libretroadmin
050107a90e
(Cheevos) On platforms like WiiU that have cheevos support but no threading support, it was complaining about unused variables like rcheevos_locals. The macros for
...
slock_lock/slock_unlock seem needless anyway, so we just reference slock_lock/slock_unlock directly and put it behind
HAVE_THREADS ifdefs so the user/programmer knows what is going on
2022-06-19 18:06:17 +02:00
Mats
4a1a1e2fa7
(steam) Introduce Steam Rich Presence ( #13798 )
2022-04-02 08:07:40 +01:00
Jamiras
4d2adee166
use display name for UI
2022-03-20 18:31:07 +01:00
Jamiras
e301fffae3
prevent occasional infinite wait loading multi-disc game from secondary disc ( #13561 )
2022-01-31 19:28:31 +01:00
Jamiras
c092fa33e1
add mastery placard ( #13575 )
2022-01-31 16:33:23 +01:00
Jamiras
e1352060b5
stop load process if unable to retrieve achievement data ( #13565 )
2022-01-29 19:57:23 +01:00
Jamiras
6bbee036f4
fix hung task whe badge doesn't exist ( #13338 )
2021-12-08 17:31:04 +01:00
Jamiras
99a1ffdb89
validate hashes for secondary discs in multi-disc games ( #13283 )
2021-11-25 07:15:37 +01:00
Jamiras
339feab15b
add cheevos_custom_host setting ( #13284 )
2021-11-25 07:15:19 +01:00
Jamiras
2adf52a493
move achievement activation to background thread
2021-11-16 11:33:37 -07:00
Jamiras
4faf2f82f1
use task to write badge
2021-11-16 09:50:28 -07:00
Jamiras
a3b508f136
show widget for loaded game
2021-11-16 08:26:42 -07:00
Jamiras
f015ecdc03
show error message when no password provided
2021-11-12 10:06:05 -07:00
Jamiras
f2bc7caad9
ignore unofficial achievements unless setting is enabled
2021-11-08 07:15:56 -07:00
Jamiras
830960027e
fix double free when rich presence update task fires while game is not loaded ( #13191 )
2021-11-06 06:03:16 +01:00
twinaphex
05ca465aab
(Cheevos) Style nits:
...
* single line code blocks - remove brackets
* Try to fit lines into 80 chars
* Etc
2021-11-01 18:38:56 +01:00
twinaphex
b9df71b9d5
(cheevos) Silence warnings/remove unused variables
2021-11-01 18:06:36 +01:00
Jamiras
20264aaced
replace coroutines with tasks ( #13178 )
2021-11-01 18:02:40 +01:00
twinaphex
49fbed2423
Get rid of input_mouse_grabbed - move retroarch types to
...
retroarch_types.h
2021-09-30 23:22:50 +02:00
twinaphex
83ce4259a0
Have only one getter for runloop_state
2021-09-21 19:08:26 +02:00
twinaphex
f21641d898
Get rid of another 'getter' function
2021-09-21 18:30:56 +02:00
Jamiras
df5a2c5160
automatically retry 'http error code -1'
2021-08-21 13:54:39 -06:00
Jamiras
da8f257323
log retry delay when automatically retrying network failure
2021-07-18 09:49:30 -06:00
Jamiras
41e25902a1
use non-HTTPS until everything is converted
2021-07-08 00:57:35 -06:00
Jamiras
bc4a9a3696
separate ping task handler from retry task handler
2021-07-08 00:52:19 -06:00
Jamiras
46ffe5f4b2
use case-corrected username for server calls
2021-07-08 00:33:45 -06:00
Jamiras
7aca71e625
convert to rapi
2021-07-07 23:51:45 -06:00
Jamiras
f556eba0a3
move async API code to cheevos_client.c
2021-07-07 19:59:57 -06:00