Allow the application to explicitly request a software renderer.
This commit is contained in:
parent
baf813b8c1
commit
3746025d7f
2 changed files with 4 additions and 3 deletions
|
@ -72,7 +72,7 @@ SDL_RenderDriver SW_RenderDriver = {
|
|||
SW_CreateRenderer,
|
||||
{
|
||||
"software",
|
||||
0,
|
||||
SDL_RENDERER_SOFTWARE,
|
||||
8,
|
||||
{
|
||||
SDL_PIXELFORMAT_RGB555,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue