Import libultraship as a submodule (#1943)

Co-authored-by: briaguya <briaguya>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
Co-authored-by: David Chavez <davi@dcvz.io>
This commit is contained in:
briaguya 2022-11-14 05:22:34 -05:00 committed by GitHub
parent 9eb29ed81c
commit 3914781ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1067 changed files with 215 additions and 363064 deletions

View file

@ -1,5 +1,5 @@
#include "global.h"
#include <libultraship/Cvar.h>
#include <Cvar.h>
extern bool gUseLegacySD;

View file

@ -1,6 +1,6 @@
#include "ultra64.h"
#include "global.h"
#include <libultraship/mixer.h>
#include <mixer.h>
#define DEFAULT_LEN_1CH 0x1A0
#define DEFAULT_LEN_2CH 0x340

View file

@ -1,7 +1,7 @@
#include "ultra64.h"
#include "global.h"
#include <ultra64/abi.h>
#include <libultraship/mixer.h>
#include <mixer.h>
typedef struct {
u8 unk_0;

View file

@ -3,7 +3,7 @@
#include <soh/Enhancements/bootcommands.h>
#include "soh/OTRGlobals.h"
#include <libultraship/CrashHandler.h>
#include <CrashHandler.h>
#include "soh/CrashHandlerExp.h"

View file

@ -4,7 +4,7 @@
#include <string.h>
#include "soh/Enhancements/gameconsole.h"
#include <libultraship/ImGuiImpl.h>
#include <ImGuiImpl.h>
#include "soh/frame_interpolation.h"
#include "soh/Enhancements/debugconsole.h"
#include <overlays/actors/ovl_En_Niw/z_en_niw.h>