Some fixes (#577)

* Mini improvements

* Fix some splits
This commit is contained in:
dbalatoni13 2025-04-01 02:17:36 +02:00 committed by GitHub
parent 53f19c4f6c
commit 4b0737d49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 21 deletions

View file

@ -2,11 +2,12 @@
#define _THP_THPPLAYER_H
#include "types.h"
#include "Dolphin/os.h"
#include "Dolphin/gx.h"
#include "THP/THPBuffer.h"
#include "THP/THPFile.h"
#include "THP/THPInfo.h"
#include <dolphin/dvd.h>
#include "dolphin/os.h"
#include "dolphin/gx.h"
#include "dolphin/thp/THPBuffer.h"
#include "dolphin/thp/THPFile.h"
#include "dolphin/thp/THPInfo.h"
#ifdef __cplusplus
extern "C" {