Compare commits

...

5 Commits

Author SHA1 Message Date
CDAGaming
c5c0ede850 Merge 6d18e0dcef into 32eb620ef4 2018-01-18 04:17:48 +00:00
CDAGaming
6d18e0dcef Clang Fix
Alphabetical Includes xD
2018-01-17 07:35:28 -06:00
CDAGaming
4a69ee067f Clang Format Fixes 2018-01-17 07:28:24 -06:00
CDAGaming
d776c66f39 Upgrade Inih & Apply XCode Update
*Blame Git for not doing this the first Time*
2018-01-17 06:42:32 -06:00
CDAGaming
793c054474 Update inih Submodule and Reorganize Submodules 2018-01-17 06:42:25 -06:00
4 changed files with 10 additions and 10 deletions

14
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "inih"]
path = externals/inih/inih
url = https://github.com/svn2github/inih
[submodule "boost"]
path = externals/boost
url = https://github.com/yuzu-emu/ext-boost.git
@@ -10,15 +7,18 @@
[submodule "dynarmic"]
path = externals/dynarmic
url = https://github.com/MerryMage/dynarmic.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "fmt"]
path = externals/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "inih"]
path = externals/inih/inih
url = https://github.com/benhoyt/inih.git
[submodule "lz4"]
path = externals/lz4
url = http://github.com/lz4/lz4.git
[submodule "unicorn"]
path = externals/unicorn
url = https://github.com/yuzu-emu/unicorn
url = https://github.com/yuzu-emu/unicorn.git
[submodule "xbyak"]
path = externals/xbyak
url = https://github.com/herumi/xbyak.git

View File

@@ -24,7 +24,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
osx_image: xcode7.3
osx_image: xcode9.2
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"

View File

@@ -7,8 +7,8 @@
#include "core/hle/service/nvdrv/devices/nvdisp_disp0.h"
#include "core/hle/service/nvdrv/devices/nvhost_as_gpu.h"
#include "core/hle/service/nvdrv/devices/nvmap.h"
#include "core/hle/service/nvdrv/nvdrv.h"
#include "core/hle/service/nvdrv/interface.h"
#include "core/hle/service/nvdrv/nvdrv.h"
namespace Service {
namespace Nvidia {