flycast/core/windows
scribam d8137a967c
C++17 (#926)
* cmake: use c++17

* Use std::size

* Use std::make_unique

* Use std::clamp

* Use structured binding

* Use [[fallthrough]]

* Use enable_if_t/is_enum_v/is_integral_v/is_same_v

* Use if constexpr

* Use try_emplace

* Use auto for iterators

* Use inline variables
2023-02-18 13:24:34 +01:00
..
comptr.h libretro: dx11 support. dx11 shader cache. dx9 clipping planes 2021-12-13 21:02:44 +01:00
fault_handler.cpp rename _vmem to addrspace and move platform vmem stuff to virtmem ns 2023-01-29 18:48:33 +01:00
rawinput.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
rawinput.h gui: init once. reset ui driver when needed. android 120+ Hz support 2022-04-13 18:06:19 +02:00
unwind_info.cpp win32 build fix 2023-01-17 22:39:22 +01:00
win_keyboard.h RawInput driver. Multiple keyboards support 2021-04-29 18:58:04 +02:00
win_vmem.cpp rename _vmem to addrspace and move platform vmem stuff to virtmem ns 2023-01-29 18:48:33 +01:00
winmain.cpp C++17 (#926) 2023-02-18 13:24:34 +01:00
xinput_gamepad.h gui: init once. reset ui driver when needed. android 120+ Hz support 2022-04-13 18:06:19 +02:00