Create README.md

This commit is contained in:
Ben Vanik 2014-08-20 11:19:31 -07:00
parent 29dd4b9483
commit 7fc87730e2
1 changed files with 6 additions and 0 deletions

6
src/README.md Normal file
View File

@ -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.