xenia/src
Ben Vanik cfcd6118c2 Fixing GetTickCount.
There's likely a better way to do this (on demand), but this works for now.
2015-02-01 09:05:35 -08:00
..
alloy EntryTable needs a rewrite. 2015-01-31 23:51:45 -08:00
poly Fix #include format. 2015-01-31 22:49:47 -08:00
xdb Moving delegate to poly. 2014-12-31 19:26:51 -08:00
xenia Fixing GetTickCount. 2015-02-01 09:05:35 -08:00
README.md Create README.md 2014-08-20 11:19:31 -07:00

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.