Skip to content

Commit

Permalink
Revert "Force SW and LLE"
Browse files Browse the repository at this point in the history
This reverts commit b8d2c2a.
  • Loading branch information
kivutar committed May 19, 2021
1 parent bf22767 commit 5d284ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mupen64plus-core/src/plugin/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ void plugin_connect_rdp_api(enum rdp_plugin_type type)
{
switch (type)
{
//case RDP_PLUGIN_GLIDEN64:
case RDP_PLUGIN_GLIDEN64:
case RDP_PLUGIN_ANGRYLION:
//case RDP_PLUGIN_PARALLEL:
case RDP_PLUGIN_PARALLEL:
current_rdp_type = type;
break;
case RSP_PLUGIN_NONE:
Expand All @@ -409,9 +409,9 @@ void plugin_connect_rsp_api(enum rsp_plugin_type type)
{
switch (type)
{
//case RSP_PLUGIN_HLE:
case RSP_PLUGIN_HLE:
case RSP_PLUGIN_CXD4:
//case RSP_PLUGIN_PARALLEL:
case RSP_PLUGIN_PARALLEL:
current_rsp_type = type;
break;
case RSP_PLUGIN_NONE:
Expand Down

0 comments on commit 5d284ff

Please sign in to comment.