diff options
author | 2020-03-11 22:11:07 +0100 | |
---|---|---|
committer | 2020-03-11 22:11:20 +0100 | |
commit | 4a909eb16b825a0689fceada23d54a20022cf7b2 (patch) | |
tree | 5bff94d8830946282906441fd7bb391fdd09f5bc /scripts/src | |
parent | 6fcded4971aad279c99b2ef122e28da6e5ae1450 (diff) |
-frontend: Added an About menu option to display the contents of COPYING in order to be more license-compliant. [Ryan Holtz]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/mame/frontend.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/mame/frontend.lua b/scripts/src/mame/frontend.lua index 826b004df4a..cddda85c481 100644 --- a/scripts/src/mame/frontend.lua +++ b/scripts/src/mame/frontend.lua @@ -79,6 +79,8 @@ files { MAME_DIR .. "src/frontend/mame/media_ident.h", MAME_DIR .. "src/frontend/mame/pluginopts.cpp", MAME_DIR .. "src/frontend/mame/pluginopts.h", + MAME_DIR .. "src/frontend/mame/ui/about.cpp", + MAME_DIR .. "src/frontend/mame/ui/about.h", MAME_DIR .. "src/frontend/mame/ui/analogipt.cpp", MAME_DIR .. "src/frontend/mame/ui/analogipt.cpp", MAME_DIR .. "src/frontend/mame/ui/auditmenu.cpp", |