Hi, latest PPSSPP 64bits core dont work in XP x64 (and for sure in XP 32bits)
“Procedure Entry Point AcquireSRWLockExclusive Entry Point Could Not Be Located”
For what i see is a Vista+ function only (and ReleaseSRWLockExclusive too)
https://msdn.microsoft.com/es-es/library/windows/desktop/ms681930(v=vs.85).aspx https://msdn.microsoft.com/es-es/library/windows/desktop/ms685076(v=vs.85).aspx
I check the code, and it seems is used Stdmutex.h in Common
Well, second part of my post, I tried to compile PPSSPP core in retroarch, but i have problems with “NATIVE” stuff, anyone that have success to compile in windows, can give me some advice? im using MinGW, and no problem to compile others cores
If someone can compile for x64, it will be great to test one build with “AcquireSRWLockExclusive(&m_handle);” and “ReleaseSRWLockExclusive(&m_handle);” commented out, to check
Standalone PPSSPP works OK in XP, no problems at all, thats why I think maybe this two lines are not “vital”
Thanks a lot