Skip to content

Commit

Permalink
Merge pull request #5 from lepelog/rvl-case
Browse files Browse the repository at this point in the history
RVL -> rvl
  • Loading branch information
robojumper authored Jun 19, 2024
2 parents 62114fe + f21b548 commit 56a7729
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/rvl/DVD/dvdfs.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/rvl/DVD/dvdidutils.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/rvl/DVD/dvdqueue.h
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion include/rvl/GX/GXInit.h
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion src/nw4r/ut/ut_DvdLockedFileStream.cpp
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 56a7729

Please sign in to comment.