Fix audio drivers with a low sample count maximum value (#1697)
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
namespace GameLoop
|
||||
{
|
||||
void RunGameLoop();
|
||||
void UpdateAllButDraw( bool bRunningFromVBLANK);
|
||||
void SetUpdateRate( float fUpdateRate );
|
||||
void ChangeTheme(const RString &sNewTheme);
|
||||
void ChangeGame(const RString& new_game, const RString& new_theme= "");
|
||||
void StartConcurrentRendering();
|
||||
void FinishConcurrentRendering();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user