dolphin-emulator/Source/Core
Markus Wick cb7eede193 VideoCommon: Apply custom texture scale for arbitrary mipmaps.
We want to get the same mipmap level. And if the IR and the custom
texture upscaling fits, we don't need to modify the LOD bias.
2018-01-17 09:02:36 +01:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common Modified StringUtil to change UTF16ToUTF8 to use a wstring_convert and codecvt_utf8<wchar_t> to convert a UTF16 wstring to a UTF8 string. 2018-01-11 21:49:25 +00:00
Core Changed PPCDebugInterace to check memory only after the emulator has finished starting 2018-01-12 15:18:29 -08:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Use double instead of float for FPRs 2018-01-13 19:33:11 +09:00
DolphinWX ISOProperties: Rename Edit Config and Show Defaults 2018-01-11 08:31:01 -05:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends Vulkan: Fix possible mismatch between EFB framebuffer and render pass 2018-01-11 16:02:31 +10:00
VideoCommon VideoCommon: Apply custom texture scale for arbitrary mipmaps. 2018-01-17 09:02:36 +01:00
CMakeLists.txt