mirror of https://github.com/godotengine/godot.git
Implement OS::get_processor_count() for Windows
Current this is hardcoded as '1' for any platform except Unix. The little is_wow64() dance is required to get correct output on a 32bit compiled godot running on 64bit Windows according to MSDN. This code should be UWP safe but I have no way to test that so it's not implemented for UWP yet.pull/16162/head
parent
4caadae0f1
commit
b4d369c887
Loading…
Reference in New Issue