Giter VIP home page Giter VIP logo

Comments (14)

raz0red avatar raz0red commented on August 19, 2024 2

Here is a build. Just unzip into the existing "APPS/wiimednafen" directory.
I did very little testing, so let my know if you see any issues.

I will be committing my changes later tonight. Once I get some time to adequately test it, I will put a new version out (or maybe another pre-release version).

from wii-mednafen.

chrissmith-mcafee avatar chrissmith-mcafee commented on August 19, 2024 1

Sounds good.

I will try to get a build out for you to test in the next couple of days.

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024 1

Is Niuss possible to implement support for Playstation 3 and Xbox control on WiiMednafen, same as on Snes9x RX?

Wish i could give it a try, but i'll be work-traveling in some days, so i won't be able to deploy a new version of devkit anytime soon, and even then i have to figure out what happened with the 360 controller code that makes loading through a USB device hang (a workaround can be done by loading the emulator through any SD and using USB for ROMS). The good thing is that the code is in Snes9x RX Github, maybe someday could be used in the future for this!

from wii-mednafen.

raz0red avatar raz0red commented on August 19, 2024 1

Thanks!

I spent a long time last night attempting to determine the cause of the issue, but unfortunately haven't made much progress. I was hoping it would be something straight-forward, but it is pretty odd. It almost appears like the stack pointer is getting corrupted, as it gets stuck looping in a portion of code that isn't a loop.

The odd part is, the code isn't necessarily all that complex. Other similar code paths do not exhibit the behavior (PC-FX and PCE roms).

At any rate, I will keep digging. If nothing else, will be interesting to see what was causing it.

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024

Sounds good.

I will try to get a build out for you to test in the next couple of days.

Thanks in advance!

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024

Here is a build. Just unzip into the existing "APPS/wiimednafen" directory.
I did very little testing, so let my know if you see any issues.

I will be committing my changes later tonight. Once I get some time to adequately test it, I will put a new version out (or maybe another pre-release version).

Testing! Will report back.

from wii-mednafen.

rogerioronin avatar rogerioronin commented on August 19, 2024

Is Niuss possible to implement support for Playstation 3 and Xbox control on WiiMednafen, same as on Snes9x RX?

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024

Here is a build. Just unzip into the existing "APPS/wiimednafen" directory.
I did very little testing, so let my know if you see any issues.

I will be committing my changes later tonight. Once I get some time to adequately test it, I will put a new version out (or maybe another pre-release version).

I tested every single emulated console on WiiMednafen. Happy to tell you that Wii U Pro Controller works fine =D

The only issues i could detect:

  • Turbo CD/PC Engine CD is not working. Going back to previous version works okey.
  • I think 6 button controller doesn't seem to be entirely working on the Genesis/Mega Drive (6 buttons worked perfect on Turbografx 16, in case you're curious). My only test game was Street Fighter II Champion Edition, A B C work, while X Y Z do not. The controller is properly detected in-game when you open the game's Options menu.

Test was done by loading WiiMednafen through the Homebrew Channel (no WiiFlow), and using only 1 Wii U Pro Controller, if someone out there can test two players with 2 WUPC, it would be cool.

from wii-mednafen.

chrissmith-mcafee avatar chrissmith-mcafee commented on August 19, 2024

Here is a build. Just unzip into the existing "APPS/wiimednafen" directory.
I did very little testing, so let my know if you see any issues.
I will be committing my changes later tonight. Once I get some time to adequately test it, I will put a new version out (or maybe another pre-release version).

I tested every single emulated console on WiiMednafen. Happy to tell you that Wii U Pro Controller works fine =D

The only issues i could detect:

  • Turbo CD/PC Engine CD is not working. Going back to previous version works okey.
  • I think 6 button controller doesn't seem to be entirely working on the Genesis/Mega Drive (6 buttons worked perfect on Turbografx 16, in case you're curious). My only test game was Street Fighter II Champion Edition, A B C work, while X Y Z do not. The controller is properly detected in-game when you open the game's Options menu.

Thanks a lot for testing!

Odd that PCE CD is not working, none of that code has changed. I will dig into it later today and let you know what I find.

Not sure about Genesis either, I will dig into that as well.

Thanks again,
Chris

from wii-mednafen.

raz0red avatar raz0red commented on August 19, 2024

Still digging into the PCE CD issue. It appears to be due to memory corruption that is occurring when CDs are loaded. Pretty odd that it never occurred in the previous versions of devkit. At any rate, I will keep digging and try to track it down...

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024

Odd that PCE CD is not working, none of that code has changed. I will dig into it later today and let you know what I find.

Not sure about Genesis either, I will dig into that as well.

Still digging into the PCE CD issue. It appears to be due to memory corruption that is occurring when CDs are loaded. Pretty odd that it never occurred in the previous versions of devkit. At any rate, I will keep digging and try to track it down...

A long time ago i noticed that newer devkitPro versions tend to unintentionally drop performance, or break a thing or two sometimes, this was more evident in Snes9x, (Final Fantasy VI crashed when entering a fight, B.O.B. had some weird lines on the vertical borders, etc.). Maybe that's whats happening here?

I'll be around for more tests that you might need in the future.

Thanks for your efforts. WiiMednafen is still rocking the boat after all these years =D

from wii-mednafen.

raz0red avatar raz0red commented on August 19, 2024
  • I think 6 button controller doesn't seem to be entirely working on the Genesis/Mega Drive (6 buttons worked perfect on Turbografx 16, in case you're curious). My only test game was Street Fighter II Champion Edition, A B C work, while X Y Z do not. The controller is properly detected in-game when you open the game's Options menu.

I tested this and it occurs on both the current (0.2-pre) and a recent build. If you wouldn't mind, could you please submit a separate issue?

Thanks a lot for finding it!

from wii-mednafen.

niuus avatar niuus commented on August 19, 2024
  • I think 6 button controller doesn't seem to be entirely working on the Genesis/Mega Drive (6 buttons worked perfect on Turbografx 16, in case you're curious). My only test game was Street Fighter II Champion Edition, A B C work, while X Y Z do not. The controller is properly detected in-game when you open the game's Options menu.

I tested this and it occurs on both the current (0.2-pre) and a recent build. If you wouldn't mind, could you please submit a separate issue?

Thanks a lot for finding it!

Sure!

from wii-mednafen.

raz0red avatar raz0red commented on August 19, 2024

Marking this issue as closed, as the WiiU Pro Controller does work on 0.3-SNAPSHOT builds.

However, I created a new issue (#69) to track stability issues with newer builds.

from wii-mednafen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.