mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 17:16:19 -05:00
Allow the application to explicitly request a software renderer.
This commit is contained in:
@@ -72,7 +72,7 @@ SDL_RenderDriver SW_RenderDriver = {
|
||||
SW_CreateRenderer,
|
||||
{
|
||||
"software",
|
||||
0,
|
||||
SDL_RENDERER_SOFTWARE,
|
||||
8,
|
||||
{
|
||||
SDL_PIXELFORMAT_RGB555,
|
||||
|
||||
Reference in New Issue
Block a user