mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Merge pull request #10847 from Jamiras/cheevos_bsv
(cheevos) disable hardcore mode when playing bsv file
This commit is contained in:
commit
8593b10bee
@ -22501,7 +22501,13 @@ static int16_t input_state(unsigned port, unsigned device,
|
|||||||
{
|
{
|
||||||
int16_t bsv_result;
|
int16_t bsv_result;
|
||||||
if (intfstream_read(p_rarch->bsv_movie_state_handle->file, &bsv_result, 2) == 2)
|
if (intfstream_read(p_rarch->bsv_movie_state_handle->file, &bsv_result, 2) == 2)
|
||||||
|
{
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
|
rcheevos_pause_hardcore();
|
||||||
|
#endif
|
||||||
return swap_if_big16(bsv_result);
|
return swap_if_big16(bsv_result);
|
||||||
|
}
|
||||||
|
|
||||||
p_rarch->bsv_movie_state.movie_end = true;
|
p_rarch->bsv_movie_state.movie_end = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user