libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
38 stars 60 forks source link

Fix build error on Windows #214

Closed garbear closed 1 year ago

garbear commented 1 year ago

Description

This PR fixes a build error on Windows. The error is due to the root directory not explicitly added by the compiler.

How has this been tested?

Before, error was:

  platform/common/mp3.c:11:10: fatal error: pico/pico_int.h: No such file or directory
     11 | #include <pico/pico_int.h>
        |          ^~~~~~~~~~~~~~~~~

After, the core builds successfully.

(I'm hunting down a link of our last successful CI run)