mirror of https://github.com/xemu-project/xemu.git
nv2a: Use root-relative paths to reference parent dir headers
This commit is contained in:
parent
0e18d11d90
commit
2d73e8aafe
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue