perandersson / playstate

PlayState
2 stars 0 forks source link

Optional support for non-crashing shaders #7

Closed perandersson closed 11 years ago

perandersson commented 11 years ago

The system that enables the game to run, even though the graphics programs wouldn't compile correctly should be optional. This is because the game must be end-user friendly, i.e. they MUST be notified when something is wrong or if the game doesn't work for them.

Parhaps a configuration?

bool developmentMode = IConfiguration::Get().FindBool("graphics.developmentmode", true)
perandersson commented 11 years ago

Fixed