Skip to content

Commit

Permalink
nv2a/vk: Add missing math.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Aug 2, 2024
1 parent 2bfee80 commit 52ca6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/xbox/nv2a/pgraph/vk/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include "renderer.h"
#include <math.h>

static uint8_t *convert_texture_data__CR8YB8CB8YA8(uint8_t *data_out,
const uint8_t *data_in,
Expand Down

0 comments on commit 52ca6f2

Please sign in to comment.