From 7939478f44878c2df2b8541e909c8d954c614a72 Mon Sep 17 00:00:00 2001 From: The Mystical One Date: Mon, 11 Aug 2025 11:57:17 -0400 Subject: [PATCH 1/2] Fix contradiction in mode switching Earlier in document, states that switching to softcore mode without a reset is fine, so this reconciles this auto-fail criterium with that. --- docs/general/hardcore-compliance-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/hardcore-compliance-requirements.md b/docs/general/hardcore-compliance-requirements.md index e742b5b6..170174d5 100644 --- a/docs/general/hardcore-compliance-requirements.md +++ b/docs/general/hardcore-compliance-requirements.md @@ -83,7 +83,7 @@ Any one of these will lead to an **automatic rejection** of the emulator for har - Loading save states in hardcore mode. - Allowing rewind/slo-mo/frame advance in hardcore mode. - Allowing gameplay-altering cheats in hardcore mode. -- The Ability to switch between modes without a reset of the game. +- The Ability to switch to hardcore mode without a reset of the game. - Identifying the emulator to the server with a non-unique user agent. - Shipping non-commercial cores while any commercialization or in-app purchases exists without written permission from the necessary rightsholders. - Privacy policy with placeholders/contradictions (e.g., missing data warehouse location, "no third parties" while using social logins/analytics). From 0da6b0195338530bafa77c4b10bf3395bda57604 Mon Sep 17 00:00:00 2001 From: The Mystical One Date: Mon, 11 Aug 2025 11:58:28 -0400 Subject: [PATCH 2/2] Minor capitalization fix --- docs/general/hardcore-compliance-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/hardcore-compliance-requirements.md b/docs/general/hardcore-compliance-requirements.md index 170174d5..2ac09175 100644 --- a/docs/general/hardcore-compliance-requirements.md +++ b/docs/general/hardcore-compliance-requirements.md @@ -83,7 +83,7 @@ Any one of these will lead to an **automatic rejection** of the emulator for har - Loading save states in hardcore mode. - Allowing rewind/slo-mo/frame advance in hardcore mode. - Allowing gameplay-altering cheats in hardcore mode. -- The Ability to switch to hardcore mode without a reset of the game. +- The ability to switch to hardcore mode without a reset of the game. - Identifying the emulator to the server with a non-unique user agent. - Shipping non-commercial cores while any commercialization or in-app purchases exists without written permission from the necessary rightsholders. - Privacy policy with placeholders/contradictions (e.g., missing data warehouse location, "no third parties" while using social logins/analytics).