mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
- Don't free console if the process is being closed from the console, this will cause the process to freeze within the FreeConsole() call - Properly check for CPU features in order, and moved all checks to a single function utilizing the CPUInformation struct. - Made SDK_Init() and SDK_Shutdown() more resilient against mistakes with new checks and error messages (added since they are exported now).