Further workaround for pixel format issue on MacOS #315

Merged
emiyl merged 5 commits from patch-3 into main 2022-09-30 10:28:57 -03:00
emiyl commented 2022-09-29 23:55:46 -03:00 (Migrated from github.com)

Workaround for pixel formats on MacOS:

  • A1R5G5B5_UNORM_PACK16
  • R4G4B4A4_UNORM_PACK16

These formats are not supported on MoltenVK and are replaced with generic formats.

This fixes:

  • Super Mario 3D World
  • OOT VC (Untested)
  • Twilight Princess
  • Probably many others
Workaround for pixel formats on MacOS: - A1R5G5B5_UNORM_PACK16 - R4G4B4A4_UNORM_PACK16 These formats are not supported on MoltenVK and are replaced with generic formats. This fixes: - Super Mario 3D World - OOT VC (Untested) - Twilight Princess - Probably many others
Exzap commented 2022-09-30 09:49:47 -03:00 (Migrated from github.com)

See my response to #314 for some of the changes that should be made.

See my response to #314 for some of the changes that should be made.
emiyl commented 2022-09-30 09:57:49 -03:00 (Migrated from github.com)

See my response to #314 for some of the changes that should be made.

Done 👍

> See my response to #314 for some of the changes that should be made. Done 👍
Exzap (Migrated from github.com) reviewed 2022-09-30 10:17:02 -03:00
Exzap (Migrated from github.com) commented 2022-09-30 10:17:02 -03:00

Copy&paste mistake? This should be TextureDecoder_R4_G4_B4_A4_UNORM

Copy&paste mistake? This should be `TextureDecoder_R4_G4_B4_A4_UNORM`
emiyl (Migrated from github.com) reviewed 2022-09-30 10:20:32 -03:00
emiyl (Migrated from github.com) commented 2022-09-30 10:20:32 -03:00

ahh yep, sorry i'm a little sleep deprived

ahh yep, sorry i'm a little sleep deprived
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#315
No description provided.