1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 16:44:00 +00:00

Rename sdl_bitblt_to_texture2 to sdl_bitblt_to_texture_exact to be more descriptive

This commit is contained in:
Nick Briggs 2021-12-20 12:56:11 -08:00
parent 376b045c33
commit a3c462d211

View File

@ -382,7 +382,7 @@ void sdl_bitblt_to_texture(int _x, int _y, int _w, int _h) {
}
SDL_UnlockTexture(sdl_texture);
}
void sdl_bitblt_to_texture2(int _x, int _y, int _w, int _h) {
void sdl_bitblt_to_texture_exact(int _x, int _y, int _w, int _h) {
DLword *src = DisplayRegion68k;
void *dst;
int dstpitchbytes;