Max buffer

This commit is contained in:
Tom Pratt
2026-04-15 22:23:02 +02:00
committed by Tom Pratt
parent e49451b28e
commit 65e4c60158
7 changed files with 199 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ void NetPlayUICallbacks::OnPlayerDisconnect(const std::string&) {}
void NetPlayUICallbacks::OnPadBufferChanged(u32 buffer)
{
//TODO handle host input authority = true
JNIEnv* env = IDCache::GetEnvForThread();
env->CallStaticVoidMethod(IDCache::GetNetplayClass(), IDCache::GetNetplayOnPadBufferChanged(),
static_cast<jint>(buffer));