mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-13 21:43:28 -05:00
Max buffer
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user