diff options
| author | 2020-11-20 01:52:37 -0300 | |
|---|---|---|
| committer | 2020-11-20 01:52:37 -0300 | |
| commit | 3f2e605dd12e91f81dd8debf46e69accab3aa1d0 (patch) | |
| tree | 0a28af05b8d34cfb2433bf4f478c982e23f38fb1 /src/input_common/sdl/sdl_impl.cpp | |
| parent | Merge pull request #4948 from lioncash/page-resize (diff) | |
| download | yuzu-3f2e605dd12e91f81dd8debf46e69accab3aa1d0.tar.gz yuzu-3f2e605dd12e91f81dd8debf46e69accab3aa1d0.tar.xz yuzu-3f2e605dd12e91f81dd8debf46e69accab3aa1d0.zip | |
common/bit_cast: Add function matching std::bit_cast without constexpr
Add a std::bit_cast-like function archiving the same runtime results as
the standard function, without compile time support.
This allows us to use bit_cast while we wait for compiler support, it
can be trivially replaced in the future.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions