fix compile by fixing capitalisation

This commit is contained in:
starfrost013
2025-01-12 23:09:03 +00:00
parent 8c48478706
commit 4f15889638
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ So I decided to create this timer that is completely separate from the CPU Core.
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <86Box/86box.h>
#include <86box/86box.h>
#ifdef _WIN32
#include <Windows.h>

View File

@@ -4,7 +4,7 @@
#include <wchar.h>
#include <86box/86box.h>
#include <86box/timer.h>
#include <86Box/nv/vid_nv_rivatimer.h>
#include <86box/nv/vid_nv_rivatimer.h>
uint64_t TIMER_USEC;
uint32_t timer_target;

View File

@@ -22,7 +22,7 @@ Since Windows XP, QueryPerformanceCounter and QueryPerformanceFrequency cannot f
*/
#include <86Box/nv/vid_nv_rivatimer.h>
#include <86box/nv/vid_nv_rivatimer.h>
#ifdef _WIN32
LARGE_INTEGER performance_frequency;