dolphin/Source/Core
aldelaro5 9dc9033b76 Fix symbols name from maps taking 2 lines instead of one
Symbols map may not only end with a \n, but they may also end with \r\n and only the \n would get removed.  This is the case with the Super Mario Sunshine map file which resulted in a weird looking symbols list and thus made it harder to scroll through it.  This removes the \r after the \n has been removed if it's present.
2017-02-07 09:56:19 -05:00
..
AudioCommon cmake: Move detection of OpenAL to AudioCommon 2017-02-07 03:42:43 +01:00
Common Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
Core Fix symbols name from maps taking 2 lines instead of one 2017-02-07 09:56:19 -05:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 Merge pull request #4818 from ligfx/bundleutilities 2017-02-06 17:39:46 +13:00
DolphinWX Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
InputCommon Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
UICommon Use a single libusb context 2017-02-05 11:36:48 +01:00
VideoBackends FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
VideoCommon Merge pull request #4618 from Helios747/bounding_box_check 2017-02-06 21:58:19 +01:00
CMakeLists.txt