Fix broken cross-platform tag link

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

View File

@ -18,7 +18,7 @@ games it's not worth the maintenance burden. MacOS will likely remain unsupporte
until Apple supports Vulkan.
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
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