Aaron Franke 10a56981dc Rename String `plus_file` to `path_join` %!s(int64=3) %!d(string=hai) anos
..
export 10a56981dc Rename String `plus_file` to `path_join` %!s(int64=3) %!d(string=hai) anos
README.md ce56743aa1 Improve platform-specific READMEs to add useful links %!s(int64=3) %!d(string=hai) anos
SCsub 6def32d643 Replace `#pragma once` by traditional include guards for consistency %!s(int64=4) %!d(string=hai) anos
app_uwp.cpp b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code %!s(int64=3) %!d(string=hai) anos
app_uwp.h 90019676b0 Code quality: Fix header guards consistency %!s(int64=3) %!d(string=hai) anos
context_egl_uwp.cpp b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code %!s(int64=3) %!d(string=hai) anos
context_egl_uwp.h fe52458154 Update copyright statements to 2022 %!s(int64=4) %!d(string=hai) anos
detect.py 27b0f18275 Unify bits, arch, and android_arch into env["arch"] %!s(int64=3) %!d(string=hai) anos
joypad_uwp.cpp b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code %!s(int64=3) %!d(string=hai) anos
joypad_uwp.h 90019676b0 Code quality: Fix header guards consistency %!s(int64=3) %!d(string=hai) anos
logo.png 1746fbd1c6 Enhanced iOS and UWP logo on Export dialog %!s(int64=8) %!d(string=hai) anos
os_uwp.cpp 6e647dea24 Remove unused force_quit variable from many OS abstractions %!s(int64=3) %!d(string=hai) anos
os_uwp.h 6e647dea24 Remove unused force_quit variable from many OS abstractions %!s(int64=3) %!d(string=hai) anos
platform_config.h fe52458154 Update copyright statements to 2022 %!s(int64=4) %!d(string=hai) anos

README.md

UWP platform port

Warning

The UWP platform port is not currently in a working state for the master branch, and may be dropped in the future.

This folder contains the C++ code for the Universal Windows Platform (UWP) platform port. This is not to be confused with the "standard" Win32 port, which is available in platform/windows.

See also misc/dist/uwp_template folder for the UWP project template used for packaging the UWP export templates.

Documentation