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

libretro-desmume: remove unneeded patch #1909

Merged
merged 1 commit into from Aug 21, 2017

Conversation

vpeter4
Copy link
Contributor

@vpeter4 vpeter4 commented Aug 19, 2017

Just call make with CC variable.

But this package needs to fixed two other issues.

src/MMU_timing.h:158:28: error: left operand of shift expression '(-1 << 11)' is negative [-fpermissive]
  enum { TAGMASK = (u32)(~0 << TAGSHIFT) };

0 must be 0U.

And then there is some other error in src/wifi.cpp regarding WIFI_LOGGING_LEVEL.

@MilhouseVH MilhouseVH merged commit 6be1abf into LibreELEC:master Aug 21, 2017
@MilhouseVH
Copy link
Contributor

Thanks @vpeter4 - I tested some of these changes but best way to test them all is likely to merge them. :)

@vpeter4 vpeter4 deleted the libretro-desmume branch August 21, 2017 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants