nv2a: Use root-relative paths to reference parent dir headers

This commit is contained in:
Matt Borgerson 2025-03-27 20:33:33 -07:00 committed by mborgerson
parent 0e18d11d90
commit 2d73e8aafe
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "../nv2a_int.h"
#include "hw/xbox/nv2a/nv2a_int.h"
#include "ui/xemu-notifications.h"
#include "ui/xemu-settings.h"
#include "util.h"

View File

@ -17,7 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "../nv2a_int.h"
#include "hw/xbox/nv2a/nv2a_int.h"
NV2AStats g_nv2a_stats;

View File

@ -19,7 +19,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "../nv2a_int.h"
#include "hw/xbox/nv2a/nv2a_int.h"
uint32_t pgraph_rdi_read(PGRAPHState *pg, unsigned int select,
unsigned int address)