From 17083c578af558ef2606c8dc762747367e8b6316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 10 Apr 2021 03:25:12 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-mar-2021/index.md Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-mar-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-mar-2021/index.md b/site/content/entry/yuzu-progress-report-mar-2021/index.md index 10f0741a..ed9b3381 100644 --- a/site/content/entry/yuzu-progress-report-mar-2021/index.md +++ b/site/content/entry/yuzu-progress-report-mar-2021/index.md @@ -21,7 +21,7 @@ A separate PR [improving ClockSnapshot](https://github.com/yuzu-emu/yuzu/pull/60 Those who have paid attention to our previous progress reports will notice that we sometimes write about when a service is `stubbed` (ignored, basically) to allow a game to progress further. This process requires manual intervention each and every time a game update or new game uses a new unimplemented service. -As a way to allow users to just play their games, [epicboy](https://github.com/ameerj) implemented [Auto-Stubbing](https://github.com/yuzu-emu/yuzu/pull/6062), continuing [previous work](https://github.com/yuzu-emu/yuzu/pull/4237) from [ogniK.](https://github.com/ogniK5377) +To mitigate user frustration, [epicboy](https://github.com/ameerj) implemented [Auto-Stubbing](https://github.com/yuzu-emu/yuzu/pull/6062), continuing [previous work](https://github.com/yuzu-emu/yuzu/pull/4237) from [ogniK.](https://github.com/ogniK5377) With this toggle, games will just ignore any unimplemented service and continue running, allowing developers to focus on the services that need urgent proper implementations. Not a new invention in any way, several emulators in the past have used this feature to great benefit, reducing the load on developers and providing a better experience for the end user.