summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/info.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-114/+0
|
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
|
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
|
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-3/+3
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
|
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-5/+5
|
* ui: centralized game info and image info menus to a common etabeta782015-01-181-0/+114
source file (creatively named ui/info.c). nw.