android: native: Reset old EmuWindow before constructing a new one.
- Enforces that touch is unregistered at the right time, ensuring it works for subsequent runs.
This commit is contained in:
parent
1ed46b3273
commit
b5fa257730
@ -97,6 +97,7 @@ static int RunCitra(const std::string& filepath) {
|
||||
if (window) {
|
||||
system.Shutdown();
|
||||
InputManager::Shutdown();
|
||||
window.reset();
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user