aboutsummaryrefslogtreecommitdiff
path: root/platform/winrt/audio_driver_winrt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Isolate XAudio2 driverGeorge Marques2016-10-171-244/+0
| | | | | Now it's possible to compile for Windows platform if wanted. It's supported only for Windows 8 or later, so it's not enabled by default.
* Implement missing WinRT functionsGeorge Marques2016-09-031-0/+244
- Fix buildsystem for WinRT/UWP platform. - Add audio driver and joystick mapping for WinRT. - Enable thread class for WinRT. - Refactor MSVC compiler architecture detection to methods.py, so it can be used by Windows and WinRT.