summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/none.h
Commit message (Collapse)AuthorAgeFilesLines
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-251-37/+0
|
* Renamed osd_debugger_interface to debug_module in a first step to move couriersud2015-01-241-2/+3
| | | to new module infrastructure. (nw)
* Converted back osd_interface into a pure interface. couriersud2015-01-121-1/+4
| | | | | | | The previous version just exhibited any member of osd_interface to the core. This one limits core access to osd to those functions originally specified. There is room for improvement going forward here in the design. Left FIXMEs where appropriate. (nw)
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-1/+1
| | | | well, just doing now what we can
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ↵ Miodrag Milanovic2014-05-081-0/+33
left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options