@tmustier/pi-nes 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extensions/nes/index.ts +1 -1
- package/package.json +1 -1
package/extensions/nes/index.ts
CHANGED
|
@@ -172,7 +172,7 @@ async function configureWithWizard(
|
|
|
172
172
|
const imageQuality = isHighQuality ? "high" : "balanced";
|
|
173
173
|
|
|
174
174
|
const filterOptions: Array<{ label: string; value: VideoFilter }> = [
|
|
175
|
-
{ label: "Sharp — pixel-perfect, no filtering", value: "off" },
|
|
175
|
+
{ label: "Sharp (default) — pixel-perfect, no filtering", value: "off" },
|
|
176
176
|
{ label: "CRT Soft — subtle retro look", value: "ntsc-rgb" },
|
|
177
177
|
{ label: "CRT Classic — authentic scanlines + color bleed", value: "ntsc-composite" },
|
|
178
178
|
];
|