yuzu-android/src
Patrick Elsässer a8974f0556 video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262)
* video_core: Arithmetic overflow fix for gl_rasterizer

- Fixed warnings, which were indicating incorrect behavior from integral
promotion rules and types larger than those in which arithmetic is
typically performed.

- Added const for variables where possible and meaningful.

* Changed the casts from C to C++ style

Changed the C-style casts to C++ casts as proposed.
Took also care about signed / unsigned behaviour.
2018-09-08 02:59:59 -04:00
..
audio_core Update microprofile scopes. 2018-09-04 11:04:26 +02:00
common Better Title Bar Display 2018-09-07 11:54:51 +05:30
core core: Migrate current_process pointer to the kernel 2018-09-06 20:52:58 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests kernel: Eliminate kernel global state 2018-08-28 22:31:51 -04:00
video_core video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262) 2018-09-08 02:59:59 -04:00
yuzu Better Title Bar Display 2018-09-07 11:54:51 +05:30
yuzu_cmd For SDL Frontend 2018-09-07 11:57:05 +05:30
.clang-format
CMakeLists.txt