> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 20:18:47 up 7 days, 20:19, 1 user, load average: 0.66, 0.41, 0.29
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
void SDL_BlitSurface(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect) {
|
||||
assert(dst && src);
|
||||
assert(dst->format->BitsPerPixel == src->format->BitsPerPixel == 32);
|
||||
assert(0);
|
||||
SDL_Rect rect = {
|
||||
.w = srcrect ? srcrect->w : src->w,
|
||||
.h = srcrect ? srcrect->h : src->h,
|
||||
|
Reference in New Issue
Block a user