Fix broken cross-platform tag link

Margen67 2019-07-04 09:44:00 -07:00
parent 168a5506ab
commit 8035076dbc
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ games it's not worth the maintenance burden. MacOS will likely remain unsupporte
until Apple supports Vulkan. until Apple supports Vulkan.
There's only a few major pieces that need cleanup before a Linux port can There's only a few major pieces that need cleanup before a Linux port can
proceed in earnest, listed with the [cross-platform tag](https://github.com/xenia-project/xenia/labels/cross%20platform). proceed in earnest, listed with the [cross-platform tag](https://github.com/xenia-project/xenia/labels/cross-platform).
Most of the code compiles with the latest Clang, and very few files have Most of the code compiles with the latest Clang, and very few files have
dependencies on Windows APIs (all of that is isolated to `_win.cc` files). dependencies on Windows APIs (all of that is isolated to `_win.cc` files).
Though the codebase is ready for the port, it's not a trivial task and anyone Though the codebase is ready for the port, it's not a trivial task and anyone