Allow the application to explicitly request a software renderer.

This commit is contained in:
Sam Lantinga
2011-02-17 12:03:48 -08:00
parent acbbcf8bfd
commit b807895313
2 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ SDL_RenderDriver SW_RenderDriver = {
SW_CreateRenderer,
{
"software",
0,
SDL_RENDERER_SOFTWARE,
8,
{
SDL_PIXELFORMAT_RGB555,