Jump to content

Some fixe


MASH

Recommended Posts

dialogs.cpp: Comma in the end of line 57:

IDC_FILTER_ARCADE, IDC_FILTER_MESS,

to

IDC_FILTER_ARCADE, IDC_FILTER_MESS



treeview.h: Comma in the end of line 126:

MAX_FOLDERS,

to

MAX_FOLDERS



I compare your winui.lua with MAME's windows.lua and saw that logviewinfo.cpp is missing after line 195


+ MAME_DIR .. "src/osd/modules/debugger/win/logviewinfo.cpp",

+ MAME_DIR .. "src/osd/modules/debugger/win/logviewinfo.h",


Also "ForceCPP" in winui.lua is no longer needed at line 237


- options {

- "ForceCPP",

- }



I use the program WDiff at https://www.csitte.at/download.html to compare source files.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...