Merge pull request #5 from lepelog/rvl-case

RVL -> rvl
This commit is contained in:
robojumper
2024-06-19 22:14:29 +02:00
committed by GitHub
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 {