Fix audio drivers with a low sample count maximum value (#1697)

This commit is contained in:
Chris Pable
2018-08-02 08:28:24 -07:00
committed by Colby Klein
parent b0ef8d9f00
commit c200600c65
8 changed files with 123 additions and 43 deletions
+2
View File
@@ -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