mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-27 02:49:42 +00:00
cosmetics
This commit is contained in:
parent
8e512ca7fe
commit
b4152fc466
@ -302,7 +302,7 @@ static void Blit_Copy_Raw(uint8 * dest, const uint8 * source, uint32 length)
|
|||||||
#include "video_blit.h"
|
#include "video_blit.h"
|
||||||
|
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
/* --- 1/2/4-bit indexed to 8-bit mode conversion --- */
|
/* --- 1/2/4-bit indexed to 8-bit mode conversion --- */
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
static void Blit_Expand_1_To_8(uint8 * dest, const uint8 * p, uint32 length)
|
static void Blit_Expand_1_To_8(uint8 * dest, const uint8 * p, uint32 length)
|
||||||
|
@ -166,6 +166,7 @@ static void FB_FUNC_NAME(uint8 * dest, const uint8 * source, uint32 length)
|
|||||||
*dest = *source;
|
*dest = *source;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef DEREF_QUAD_PTR
|
||||||
#undef DEREF_LONG_PTR
|
#undef DEREF_LONG_PTR
|
||||||
#undef DEREF_WORD_PTR
|
#undef DEREF_WORD_PTR
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user