mirror of https://github.com/stella-emu/stella.git
Minor fixes for compile warnings/errors in Linux.
This commit is contained in:
parent
b6b5930a2d
commit
854a891a36
|
@ -358,4 +358,4 @@ bool ControllerDetector::isProbablySaveKey(const BytePtr& image, uInt32 size, Co
|
|||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ class ControllerDetector
|
|||
@param size The size of the ROM image
|
||||
@param controller The provided left controller type of the ROM image
|
||||
@param port The port to be checked
|
||||
@param system The osystem associated with the system
|
||||
@param osystem The osystem associated with the system
|
||||
@return The detected controller name
|
||||
*/
|
||||
static string detect(const BytePtr& image, uInt32 size,
|
||||
|
|
|
@ -52,6 +52,7 @@ MODULE_OBJS := \
|
|||
src/emucore/CompuMate.o \
|
||||
src/emucore/Console.o \
|
||||
src/emucore/Control.o \
|
||||
src/emucore/ControllerDetector.o \
|
||||
src/emucore/DispatchResult.o \
|
||||
src/emucore/Driving.o \
|
||||
src/emucore/EventHandler.o \
|
||||
|
|
Loading…
Reference in New Issue