Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIIU) Blue Hue Over Game Screen #304

Open
Ploggy opened this issue May 19, 2024 · 3 comments
Open

(WIIU) Blue Hue Over Game Screen #304

Ploggy opened this issue May 19, 2024 · 3 comments

Comments

@Ploggy
Copy link

Ploggy commented May 19, 2024

Read first
This repository is home to 3 libretro cores : yabause, Kronos, and yabasanshiro. Your issue will be closed if you don't mention the core you are using.

You should also consider this :

  • the yabause project has been dead for years, so don't expect emulation improvements and other fixes of long-term upstream issues, but requests related to libretro-specific issues and features will be considered
  • the Kronos libretro core is directly maintained upstream (https://github.com/FCare/Kronos), all issues should be reported there
  • the yabasanshiro libretro core is unmaintained, full of bugs, and shouldn't be used, but contributors who are willing to change that status are welcome

I've just compiled Yabause for the WiiU, I know because of the lack of a Jit the Core will run bad I was just curious to see if I could get the Core running on WiiU.. I did manage to get a few games to run but they all seem to have a strange blue tint/hue?

Does anyone have any idea why it would do that?

image

This is what I added to the Makefile to get the Core building:

Nintendo WiiU

else ifneq (,$(findstring wiiu,$(platform)))
TARGET := $(TARGET_NAME)libretro$(platform).a
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
ENDIANNESS_DEFINES = -DWORDS_BIGENDIAN -DMSB_FIRST -DHW_WUP -mcpu=750 -meabi -mhard-float -D__ppc__
STATIC_LINKING = 1
HAVE_SSE = 0
HAVE_THREADS = 0

This seemed to be enough to get a successful build.

@barbudreadmon
Copy link
Collaborator

Does anyone have any idea why it would do that?

As for any core running on those wii/wiiu/ps3 machines, endianness. Don't expect this to be looked into, except if you are willing to look into it yourself.

@Zeox-Gamer
Copy link

@Ploggy friend, I had an idea why don't you talk to some programmers to see if they have an idea like clownacy to help with some issue

I'm trying to see what could have caused this problem with the blue tone, but what I said might be a good idea.

@Ploggy
Copy link
Author

Ploggy commented May 20, 2024

Does anyone have any idea why it would do that?

As for any core running on those wii/wiiu/ps3 machines, endianness. Don't expect this to be looked into, except if you are willing to look into it yourself.

Thanks, Its fine I was mainly curious to see if it was a simple fix. Damn those endian's..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants