diff options
author | 2016-03-18 22:00:47 +0100 | |
---|---|---|
committer | 2016-03-18 22:00:47 +0100 | |
commit | 25bc1007af6054e083d5c671f93cbe94878ef0f8 (patch) | |
tree | 5b6b9ab53c8f95caaa505bdc39a7bcf2a9b30920 /src/emu/ui/filemngr.cpp | |
parent | 95aa75c8c6245dc06000e5e8493287c06b19a560 (diff) |
Added support and configuration for the image collection "covers".
Slightly modernized and simplified the code.
Diffstat (limited to 'src/emu/ui/filemngr.cpp')
-rw-r--r-- | src/emu/ui/filemngr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/filemngr.cpp b/src/emu/ui/filemngr.cpp index d46199793ce..fa139e1c696 100644 --- a/src/emu/ui/filemngr.cpp +++ b/src/emu/ui/filemngr.cpp @@ -2,7 +2,7 @@ // copyright-holders:Nathan Woods /********************************************************************* - ui/filemngr.c + ui/filemngr.cpp MESS's clunky built-in file manager |