| 285 | |
| 286 | #if !defined(USE_SDL1) || defined(__3DS__) |
| 287 | void ResizeWindowAndUpdateResolutionOptions() |
| 288 | { |
| 289 | ResizeWindow(); |
| 290 | #ifndef __3DS__ |
| 291 | sgOptions.Graphics.resolution.InvalidateList(); |
| 292 | #endif |
| 293 | } |
| 294 | #endif |
| 295 | |
| 296 | void OptionShowFPSChanged() |
nothing calls this directly
no test coverage detected