yuzu/src
ReinUsesLisp 0aaa69e4d7 vk_swapchain: Silence TOCTOU race condition
It's possible that the window is resized from the moment we ask for its
size to the moment a swapchain is created, causing validation issues.

To workaround this Vulkan issue request the capabilities again just
before creating the swapchain, making the race condition less likely.
2020-02-26 17:07:18 -03:00
..
audio_core audio_core: interpolate: Fix include for climits (Linux build break). 2020-02-22 02:29:41 -05:00
common Merge pull request #3326 from FearlessTobi/port-5039 2020-01-24 20:59:57 -05:00
core Merge pull request #3431 from CJBok/npad-fix 2020-02-25 21:39:26 -05:00
input_common analog_from_button get direction implementation 2020-02-18 06:45:37 +01:00
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 -05:00
video_core vk_swapchain: Silence TOCTOU race condition 2020-02-26 17:07:18 -03:00
web_service httplib compatibility 2020-02-18 18:04:33 -08:00
yuzu Merge pull request #3412 from Morph1984/aspect-ratio 2020-02-17 22:02:18 -05:00
yuzu_cmd Add 4:3 aspect ratio and address feedback 2020-02-14 14:39:04 -05:00
yuzu_tester Add 4:3 aspect ratio and address feedback 2020-02-14 14:39:04 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMake: Create thin archives on Linux 2020-01-19 12:52:09 +01:00