File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
android-project/app/src/main Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44-->
55<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
66 package =" org.mamedev.mame"
7- android : versionCode =" 252 "
8- android : versionName =" 0.252 "
7+ android : versionCode =" 253 "
8+ android : versionName =" 0.253 "
99 android : installLocation =" auto" >
1010
1111 <!-- OpenGL ES 2.0 -->
Original file line number Diff line number Diff line change @@ -1561,7 +1561,7 @@ endif
15611561
15621562ifeq (posix,$(SHELLTYPE ) )
15631563$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1564- @echo ' #define BARE_BUILD_VERSION "0.252 "' > $@
1564+ @echo ' #define BARE_BUILD_VERSION "0.253 "' > $@
15651565 @echo ' #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
15661566 @echo ' extern const char bare_build_version[];' >> $@
15671567 @echo ' extern const char bare_vcs_revision[];' >> $@
@@ -1571,7 +1571,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
15711571 @echo ' const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
15721572else
15731573$(GENDIR ) /version.cpp : makefile $(GENDIR ) /git_desc | $(GEN_FOLDERS )
1574- @echo # define BARE_BUILD_VERSION "0.252 " > $@
1574+ @echo # define BARE_BUILD_VERSION "0.253 " > $@
15751575 @echo # define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
15761576 @echo extern const char bare_build_version[]; >> $@
15771577 @echo extern const char bare_vcs_revision[]; >> $@
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class dinput_api_helper
9090 {
9191 return m_dinput->EnumDevices (
9292 devclass,
93- &di_emun_devices_cb <std::remove_reference_t <T> >,
93+ &di_enum_devices_cb <std::remove_reference_t <T> >,
9494 LPVOID (&callback),
9595 DIEDFL_ATTACHEDONLY);
9696 }
@@ -123,7 +123,7 @@ class dinput_api_helper
123123 static std::string make_id (LPCDIDEVICEINSTANCE instance);
124124
125125 template <typename T>
126- static BOOL CALLBACK di_emun_devices_cb (LPCDIDEVICEINSTANCE instance, LPVOID ref)
126+ static BOOL CALLBACK di_enum_devices_cb (LPCDIDEVICEINSTANCE instance, LPVOID ref)
127127 {
128128 return (*reinterpret_cast <T *>(ref))(instance);
129129 }
You can’t perform that action at this time.
0 commit comments