mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
patch_content - cleanup
This commit is contained in:
parent
4fe4a6cbb3
commit
d61cf24627
@ -151,8 +151,6 @@ static bool try_ips_patch(uint8_t **buf, ssize_t *size)
|
|||||||
**/
|
**/
|
||||||
static void patch_content(uint8_t **buf, ssize_t *size)
|
static void patch_content(uint8_t **buf, ssize_t *size)
|
||||||
{
|
{
|
||||||
bool allow_ips = !g_extern.ups_pref && !g_extern.bps_pref;
|
|
||||||
|
|
||||||
if (g_extern.ups_pref + g_extern.bps_pref + g_extern.ips_pref > 1)
|
if (g_extern.ups_pref + g_extern.bps_pref + g_extern.ips_pref > 1)
|
||||||
{
|
{
|
||||||
RARCH_WARN("Several patches are explicitly defined, ignoring all ...\n");
|
RARCH_WARN("Several patches are explicitly defined, ignoring all ...\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user