From 8035076dbc9c5cdcb8d1b7fc7359c46440bfb872 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 4 Jul 2019 09:44:00 -0700 Subject: [PATCH] Fix broken cross-platform tag link --- For-Developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/For-Developers.md b/For-Developers.md index 78aa1cb..14b8d12 100644 --- a/For-Developers.md +++ b/For-Developers.md @@ -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