Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Emulators
meka
meka-inc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File meka-inc.patch of Package meka
--- srcs/blit.c +++ srcs/blit.c @@ -238,8 +238,8 @@ const u32 color_mod_g = ((color_org >> 5 ) & 0x3F) * blit_cfg.tv_mode_factor; const u32 color_mod_b = ((color_org >> 11) & 0x1F) * blit_cfg.tv_mode_factor; const u16 color_mod = (color_mod_r) | (color_mod_g << 5) | (color_mod_b << 11); - *((u16 *)pdst1)++ = color_org; - *((u16 *)pdst2)++ = color_mod; + *((u16 *)pdst1++) = color_org; + *((u16 *)pdst2++) = color_mod; } } Blit_Fullscreen_Misc();
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor