Skip to content

Commit

Permalink
Added GLideN64 configs, reenable glN64
Browse files Browse the repository at this point in the history
  • Loading branch information
aglab2 committed Mar 12, 2022
1 parent 828f146 commit 6929194
Show file tree
Hide file tree
Showing 16 changed files with 3,590 additions and 184 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.associations": {
"gles2n64.h": "c",
"gsp_state.h": "c"
}
}
3 changes: 2 additions & 1 deletion Graphics/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ enum gfx_plugin_type
GFX_RICE,
GFX_GLN64,
GFX_ANGRYLION,
GFX_PARALLEL
GFX_PARALLEL,
GFX_GLIDEN64,
};

enum rsp_plugin_type
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HAVE_RSP_DUMP=0
HAVE_RDP_DUMP=0
HAVE_GLIDE64=1
HAVE_GLIDEN64=1
HAVE_GLN64=0
HAVE_GLN64=1
HAVE_RICE=1
HAVE_PARALLEL?=0
HAVE_PARALLEL_RSP?=0
Expand Down
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
ifneq ($(platform), vita)
HAVE_GLIDE64 = 1
HAVE_GLIDEN64 = 1
HAVE_GLN64 = 0
HAVE_GLN64 = 1
HAVE_RICE = 1
else
HAVE_GLIDE64 = 0
Expand Down
1,164 changes: 1,146 additions & 18 deletions libretro-common/include/libretro.h

Large diffs are not rendered by default.

Loading

0 comments on commit 6929194

Please sign in to comment.