ReinUsesLisp
88a3c05b7b
gl_shader_decompiler: Fix TXQ types
...
TXQ returns integer types. Shaders usually do:
R0 = TXQ(); // => int
R0 = static_cast<float>(R0);
If we don't treat it as an integer, it will cast a binary float value as
float - resulting in a corrupted number.
2019-04-04 20:07:11 -03:00
..
2019-03-27 12:37:53 -04:00
2019-03-20 22:36:02 -04:00
2019-03-27 12:37:53 -04:00
2019-03-20 22:36:02 -04:00
2019-03-20 22:36:02 -04:00
2019-03-20 22:36:02 -04:00
2019-03-27 12:37:53 -04:00
2019-03-27 12:24:52 -04:00
2019-03-27 12:45:59 -04:00
2019-03-27 12:45:59 -04:00
2019-02-06 22:20:57 -03:00
2019-02-06 22:20:57 -03:00
2019-03-27 12:37:53 -04:00
2019-03-16 00:38:48 -04:00
2019-04-04 20:07:11 -03:00
2019-02-06 22:23:40 -03:00
2019-02-27 11:02:49 -05:00
2019-02-06 22:23:41 -03:00
2019-02-14 03:25:07 -04:00
2019-02-06 22:23:40 -03:00
2018-11-25 04:37:29 -03:00
2018-11-29 16:26:42 -03:00
2018-09-09 17:51:43 +02:00
2019-02-06 22:20:57 -03:00
2019-02-28 00:17:03 -03:00
2019-01-30 19:10:35 -03:00
2019-01-06 16:49:24 -03:00
2019-01-06 16:49:24 -03:00
2018-11-22 00:51:01 -05:00
2019-03-27 12:45:59 -04:00
2019-03-04 10:24:09 -05:00
2018-10-28 22:22:30 -03:00
2018-10-28 22:22:30 -03:00