2020-11-21 16:59:52 +00:00
|
|
|
# core
|
2013-12-19 17:10:14 +00:00
|
|
|
===========
|
|
|
|
|
2018-10-30 01:26:55 +00:00
|
|
|
Here lies the core of our codebase. Everything that's OS inspecific rests here.
|
|
|
|
** Please check per directory README for more info **
|
|
|
|
|
|
|
|
### Some rudimentary categories are:
|
2018-11-01 09:33:23 +00:00
|
|
|
- hw -- DC Hardware Components Implementation
|
2020-11-21 16:59:52 +00:00
|
|
|
- nullDC.cpp -- Main entry points
|
|
|
|
- khronos -- OpenGL and Vulkan headers
|
|
|
|
- oslib -- Audio drivers
|
2018-11-01 09:33:23 +00:00
|
|
|
- cfg -- Configuration backend structure
|
2020-11-21 16:59:52 +00:00
|
|
|
- reios -- (Our) Implementation of the DreamCast BIOS
|
|
|
|
- deps -- External dependencies
|
|
|
|
- imgread -- Content drivers
|
|
|
|
- rec-* -- Recompilers
|
|
|
|
- rend -- OpenGL and Vulkan renderers
|