[Misc] Removing unused files + misc fixes
This commit is contained in:
committed by
Radosław Gliński
parent
6cba5ba7e6
commit
25e9836343
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -96,7 +96,7 @@
|
|||||||
url = https://github.com/p-ranav/tabulate.git
|
url = https://github.com/p-ranav/tabulate.git
|
||||||
[submodule "third_party/rapidcsv"]
|
[submodule "third_party/rapidcsv"]
|
||||||
path = third_party/rapidcsv
|
path = third_party/rapidcsv
|
||||||
url = https://github.com/d99kris/rapidcsv
|
url = https://github.com/d99kris/rapidcsv.git
|
||||||
[submodule "third_party/zlib"]
|
[submodule "third_party/zlib"]
|
||||||
path = third_party/zlib
|
path = third_party/zlib
|
||||||
url = https://github.com/madler/zlib.git
|
url = https://github.com/madler/zlib.git
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/xenia-canary/xenia-canary/tree/canary_experimental/assets/icon">
|
<a href="https://github.com/xenia-canary/xenia-canary/tree/canary_experimental/assets/icon">
|
||||||
<img height="120px" src="https://raw.githubusercontent.com/xenia-canary/xenia/master/assets/icon/128.png" />
|
<img height="256px" src="https://raw.githubusercontent.com/xenia-canary/xenia/master/assets/icon/256.png" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "xenia/apu/nop/nop_apu_flags.h"
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef XENIA_APU_NOP_NOP_APU_FLAGS_H_
|
|
||||||
#define XENIA_APU_NOP_NOP_APU_FLAGS_H_
|
|
||||||
|
|
||||||
#endif // XENIA_APU_NOP_NOP_APU_FLAGS_H_
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "xenia/apu/xaudio2/xaudio2_apu_flags.h"
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
|
||||||
#define XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
|
||||||
|
|
||||||
#endif // XENIA_APU_XAUDIO2_XAUDIO2_APU_FLAGS_H_
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2021 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Nothing. Stub.
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
******************************************************************************
|
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
|
||||||
******************************************************************************
|
|
||||||
* Copyright 2021 Ben Vanik. All rights reserved. *
|
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
||||||
******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Nothing. Stub.
|
|
||||||
2
third_party/glslang
vendored
2
third_party/glslang
vendored
Submodule third_party/glslang updated: f4f1d8a352...ae2a562936
Reference in New Issue
Block a user