Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/fs-uae/files/patch-src_od-win32_picasso96__win.cpp
16461 views
1
--- src/od-win32/picasso96_win.cpp.orig 2019-05-17 17:57:50 UTC
2
+++ src/od-win32/picasso96_win.cpp
3
@@ -3302,7 +3302,7 @@ static uae_u32 REGPARAM2 picasso_BlitRect (TrapContext
4
if (NOBLITTER_BLIT)
5
return 0;
6
P96TRACE((_T("BlitRect(%d, %d, %d, %d, %d, %d, 0x%x)\n"), srcx, srcy, dstx, dsty, width, height, Mask));
7
- result = BlitRect (renderinfo, (uaecptr)NULL, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC);
8
+ result = BlitRect (renderinfo, (uaecptr)0, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC);
9
return result;
10
}
11
12
13