@tmustier/pi-nes 0.2.26 → 0.2.27

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.
@@ -172,13 +172,12 @@ async function configureWithWizard(
172
172
  const imageQuality = isHighQuality ? "high" : "balanced";
173
173
 
174
174
  const filterOptions: Array<{ label: string; value: VideoFilter }> = [
175
- { label: "Off (default) raw RGB", value: "off" },
176
- { label: "NTSC Compositestrong bleed + scanlines", value: "ntsc-composite" },
177
- { label: "NTSC S-Videobalanced bleed", value: "ntsc-svideo" },
178
- { label: "NTSC RGB — subtle blur", value: "ntsc-rgb" },
175
+ { label: "Sharppixel-perfect, no filtering", value: "off" },
176
+ { label: "CRT Softsubtle retro look", value: "ntsc-rgb" },
177
+ { label: "CRT Classicauthentic scanlines + color bleed", value: "ntsc-composite" },
179
178
  ];
180
179
  const filterChoice = await ctx.ui.select(
181
- "Video filter",
180
+ "Display style",
182
181
  filterOptions.map((option) => option.label),
183
182
  );
184
183
  if (!filterChoice) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmustier/pi-nes",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "NES emulator extension for pi",
5
5
  "keywords": [
6
6
  "pi-package",