Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions

This commit is contained in:
gdkchan 2018-02-23 21:59:38 -03:00
parent 2ed733b1d5
commit 3936c93448
14 changed files with 109 additions and 101 deletions

View file

@ -59,9 +59,7 @@ namespace Ryujinx
Screen.Run(60.0);
}
Ns.FinalizeAllProcesses();
Ns.Dispose();
Environment.Exit(0);
}
}
}