| 56 | } |
| 57 | |
| 58 | void Game_ConfigPlayer::Hide() { |
| 59 | #if !defined(HAVE_FREETYPE) || defined(__ANDROID__) |
| 60 | // FIXME (Android): URI encoded SAF paths are not supported |
| 61 | font1.SetOptionVisible(false); |
| 62 | font1_size.SetOptionVisible(false); |
| 63 | font2.SetOptionVisible(false); |
| 64 | font2_size.SetOptionVisible(false); |
| 65 | #endif |
| 66 | if (automatic_screenshots.IsOptionVisible()) { |
| 67 | automatic_screenshots_interval.SetLocked(!automatic_screenshots.Get()); |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | void Game_ConfigVideo::Hide() { |
| 72 | // Options that are platform dependent are opt-in |
no test coverage detected