SPU: Optimize gpr reset for MSVC

This commit is contained in:
Eladash 2020-01-11 21:36:03 +02:00 committed by Ivan
parent aeed349a99
commit 765bd6b6c6

View File

@ -1033,7 +1033,7 @@ std::string spu_thread::dump() const
void spu_thread::cpu_init()
{
gpr = {};
std::memset(gpr.data(), 0, gpr.size() * sizeof(gpr[0]));
fpscr.Reset();
ch_mfc_cmd = {};