Supermodel/Src/Inputs
firewave 1cc94b7d79 Inputs/MultiInputSource.cpp: fixed mismatching allocation and deallocation
Detected by Cppcheck:
```
Src/Inputs/MultiInputSource.cpp:87:3: error: Mismatching allocation and deallocation: CMultiInputSource::m_srcArray [mismatchAllocDealloc]
  delete m_srcArray;
  ^
```
2023-12-03 14:43:22 +01:00
..
Input.cpp change all INT16 mixing/intermediate clamping to floats 2022-11-06 13:00:13 -08:00
Input.h Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00
Inputs.cpp address review 2022-07-17 20:29:25 +02:00
Inputs.h Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00
InputSource.cpp Another header include fix 2021-12-15 14:47:41 +00:00
InputSource.h Another header include fix 2021-12-15 14:47:41 +00:00
InputSystem.cpp fix a real error (m68kdasm) and some harmless performance warnings and use modern headers 2022-07-11 18:10:41 +02:00
InputSystem.h fix a real error (m68kdasm) and some harmless performance warnings and use modern headers 2022-07-11 18:10:41 +02:00
InputTypes.cpp Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00
InputTypes.h Removed last vestiges of CINIFile from input system and removed Games.cpp, INIFile.cpp, and ROMLoad.cpp 2017-04-05 16:19:08 +00:00
MultiInputSource.cpp Inputs/MultiInputSource.cpp: fixed mismatching allocation and deallocation 2023-12-03 14:43:22 +01:00
MultiInputSource.h remove using namespace from headers .. 2018-01-03 17:51:24 +00:00