| 347 | } |
| 348 | |
| 349 | void CameraApp::LoadSettings( int demono ) |
| 350 | { |
| 351 | // callers like circular wrapping |
| 352 | demono = ( demono % NUM_SAVED_SETTINGS + NUM_SAVED_SETTINGS ) % NUM_SAVED_SETTINGS; |
| 353 | dprintf( 0, "Loading settings %d\n", demono ); |
| 354 | settings = g_savesettings[demono]; |
| 355 | m_lastLoadedSettingsID = demono; |
| 356 | } |
| 357 | |
| 358 | void CameraApp::KeyDown( int32_t c ) |
| 359 | { |