mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
Merge branch 'master' of github.com:Themaister/SSNES
This commit is contained in:
commit
e37fd21424
1
movie.c
1
movie.c
@ -249,6 +249,7 @@ bool bsv_movie_get_input(bsv_movie_t *handle, int16_t *input)
|
|||||||
|
|
||||||
void bsv_movie_set_input(bsv_movie_t *handle, int16_t input)
|
void bsv_movie_set_input(bsv_movie_t *handle, int16_t input)
|
||||||
{
|
{
|
||||||
|
input = swap_if_big16(input);
|
||||||
fwrite(&input, sizeof(int16_t), 1, handle->file);
|
fwrite(&input, sizeof(int16_t), 1, handle->file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user