fixed gif recording and cover assigning

This commit is contained in:
BADIM-PC\Vadim
2017-11-06 12:01:35 +03:00
parent 1a9ec1b854
commit 6a86f0dd8f
2 changed files with 34 additions and 29 deletions
+1 -1
View File
@@ -1640,7 +1640,7 @@ static s32 api_save(const tic_cartridge* cart, u8* buffer)
return (s32)(buffer - start);
}
// copy from SDL2
// copied from SDL2
inline void memset4(void *dst, u32 val, u32 dwords)
{
#if defined(__GNUC__) && defined(i386)