Changeset 105110 in vbox
- Timestamp:
- Jul 3, 2024 10:00:20 AM (5 months ago)
- Location:
- trunk/src/libs/dxvk-2.3.1/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/dxvk-2.3.1/src/util/thread.h
r105107 r105110 307 307 308 308 #else 309 # if defined(VBOX) && !defined(SCHED_IDLE) 310 # define SCHED_IDLE SCHED_OTHER 311 # endif 309 312 class thread : public std::thread { 310 313 public: -
trunk/src/libs/dxvk-2.3.1/src/util/util_win32_compat.h
r105107 r105110 1 1 #pragma once 2 2 3 #if defined(__linux__) 3 #if defined(__linux__) || defined(VBOX) 4 4 5 5 #include <windows.h>
Note:
See TracChangeset
for help on using the changeset viewer.