Mesen/Linux
myfreeweb c9e569fc26 Add FreeBSD support (#363)
* make clean: 'rm -rf ...' instead of 'rm ... -r -f'

Only GNU rm supports flags after paths

* Scale2x: do not include malloc.h on FreeBSD

* Allow using system libevdev, use sdl2-config to find sdl2

+ extract the C++17 fs library name into a variable to allow overriding
(it's -lc++experimental on systems with LLVM's libc++ as the C++ lib)
2018-04-07 16:59:09 -04:00
..
libevdev Linux: Gamepad support (using libevdev) 2016-12-18 20:39:31 -05:00
LinuxGameController.cpp Add FreeBSD support (#363) 2018-04-07 16:59:09 -04:00
LinuxGameController.h Linux: Add a bit of logging for gamepads + fixed file descriptor leak 2016-12-20 17:09:49 -05:00
LinuxKeyManager.cpp Linux: Fixed compilation warnings/errors 2017-11-20 19:15:17 -05:00
LinuxKeyManager.h UI: Allow all UI shortcuts to be customized (and support for multi-key shortcuts) 2017-09-08 10:38:41 -04:00
SdlRenderer.cpp Debugger: Fixed pause icon showing up due to APU viewer (among other things) 2018-03-10 14:31:05 -05:00
SdlRenderer.h Debugger: Added pause icon (and option to hide it) 2018-03-03 13:11:45 -05:00
SdlSoundManager.cpp Linux: Patch for audio system not getting initalized properly when device name is set 2016-12-18 22:15:07 -05:00
SdlSoundManager.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
SpriteFont.cpp Linux: Fixed spritefont ARGB order bug 2016-12-17 23:41:54 -05:00
SpriteFont.h Linux: Implemented HUD (ported SpriteFont to SDL) 2016-12-17 15:35:45 -05:00