RVL -> rvl

This commit is contained in:
lepelog
2024-06-15 20:53:11 +02:00
parent 293423bdcf
commit f21b5486ba
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef RVL_SDK_DVD_FS_H
#define RVL_SDK_DVD_FS_H
#include <RVL/DVD/dvd.h>
#include <RVL/OS.h>
#include <rvl/DVD/dvd.h>
#include <rvl/OS.h>
#include <common.h>
#ifdef __cplusplus
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_DVD_ID_UTILS_H
#define RVL_SDK_DVD_ID_UTILS_H
#include <RVL/DVD/dvd.h>
#include <rvl/DVD/dvd.h>
#include <common.h>
#ifdef __cplusplus
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_DVD_QUEUE_H
#define RVL_SDK_DVD_QUEUE_H
#include <RVL/DVD/dvd.h>
#include <rvl/DVD/dvd.h>
#include <common.h>
#ifdef __cplusplus
extern "C" {
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef RVL_SDK_GX_INIT_H
#define RVL_SDK_GX_INIT_H
#include <RVL/GX/GXFifo.h>
#include <rvl/GX/GXFifo.h>
#include <common.h>
#ifdef __cplusplus
extern "C" {
+1 -1
View File
@@ -1,6 +1,6 @@
// Ported From https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_DvdLockedFileStream.cpp
#include <RVL/OS.h>
#include <rvl/OS.h>
#include <nw4r/ut.h>
namespace nw4r {