From 7fc87730e2b8259d592bc81a05060634a166293b Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 20 Aug 2014 11:19:31 -0700 Subject: [PATCH] Create README.md --- src/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/README.md diff --git a/src/README.md b/src/README.md new file mode 100644 index 000000000..47240caca --- /dev/null +++ b/src/README.md @@ -0,0 +1,6 @@ +All code (headers and sources) lives under this path, excluding third_party code. + +* alloy: the dynamic recompiler that parses PPC and generates code. +* poly: a lightweight cross-platform/compiler compatibility library. +* xdb: xenia debugger library and UI. +* xenia: emulator code.