mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 10:21:45 +02:00
Fixing simulator builds.
- Had forgotten to define mat_load2(), mat_store2(), mat_identity2() for simulator builds in rwdc_common.h. - Just defining them to use the regular versions.
This commit is contained in:
4
vendor/librw/src/dc/rwdc_common.h
vendored
4
vendor/librw/src/dc/rwdc_common.h
vendored
@@ -640,6 +640,10 @@ __hot inline void mat_apply_rotate_z(float z) {
|
||||
# define mat_transform(a, b, c, d)
|
||||
# define pvr_fog_table_color(a,r,g,b)
|
||||
# define pvr_fog_table_linear(s,e)
|
||||
# else
|
||||
# define mat_load2(a) mat_load(a)
|
||||
# define mat_store2(a) mat_store2(a)
|
||||
# define mat_identity2() mat_identity()
|
||||
# endif
|
||||
|
||||
#define mat_trans_single3_nomod(x_, y_, z_, x2, y2, z2) do { \
|
||||
|
Reference in New Issue
Block a user