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:
parent
376b045c33
commit
a3c462d211
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user