Search results

  1. W

    Feedback Homebrew app Project Which guide to learn C for Wii homebrew?

    Yes. I use this one for other language, I find it quite good at explaining: https://www.geeksforgeeks.org/c/c-programming-language/ The thing is coding wii homebrew require C knowledge + knowing wii specific library. That's why I suggested learning with SDL (multiplatform) or grrlib (or any...
  2. W

    Feedback Homebrew app Project Which guide to learn C for Wii homebrew?

    Book. I can't recommend any specific since the ones I read are in french. But pretty sure, there are a lot of good books to understand the basics. C or C++ aren't the easiest languages to start by the way. It also depends how you learn generally. I've started by reading other's code and...
  3. W

    Hacking The Great Quest for Wiiflow Plugins™ - A call for adventurers!

    Glad you like this Hatari port. That was my only computer for a long time too. Lot of good memories with lucas adventure games, some silmarils games etc. If you mean wiimote pointer as atari st mouse, it's not ideal you're right. But if I'm not mistaken it relies on SDL lib and most ports aren't...
  4. W

    Feedback Homebrew app Project Which guide to learn C for Wii homebrew?

    Install the latest devkit, there are examples with a makefile : https://devkitpro.org/wiki/Getting_Started https://github.com/devkitPro/wii-examples
  5. W

    Feedback Homebrew app Project Which guide to learn C for Wii homebrew?

    Depends what you want to do. Better start with a very simple 2d project. You need at least minimal C knowledge (variables/functions...). Wii homebrew isn't the easiest platform to start programming, lot of specificities/limitations. Maybe use SDL which is cross platform. Or GRRLIB which is Wii...
  6. W

    Feedback Homebrew app Project Which guide to learn C for Wii homebrew?

    Here's a start : https://wiibrew.org/wiki/Homebrew_development_tutorials Look at other's source code too, simple projects. Have fun!
  7. W

    Hacking WiiFlow Lite with emulator's database

    No. It's not displayed for plugins in WiiFlow(only in my demo mod). And the ratings in the plugins databases were just screenscraper user's rating. For controllers, not implemented either, well it wasn't some years ago.Here's a quote, 1st page: Just like for Wii/GC games it shows the number of...
  8. W

    Hacking WiiFlow Lite with emulator's database

    That's a cool project. I also think writing game intructions especially for these systems is useful. To be honest, I also thought of adding that instead of synopsis. Having both would have been ideal. Some kind of 'More info' button that gives access to small manuals... There are databases like...
  9. W

    Hacking WiiFlow Lite with emulator's database

    Thanks for sharing your MSX data. Regarding the chd format, I'm pretty sure the header is not the same as original iso/bin. When converting chd to iso we'd have to open the file with an hex editor to check the header. I understand your frustrations with those databases.^_^ But writing wiiflow...
  10. W

    Hacking WiiFlow Lite with emulator's database

    PSX iso detection was taken directly from Retroarch code. Like all CD based systems here, it only check file header. No crc, no sha1 etc. I doubt CHD is working for this by the way. Not sure what's extracted exactly, the code is there I have no iso or my old scripts to check right now... Pretty...
  11. W

    Homebrew Raptor Call of the Shadows WII

    Thanks. Good memories with the shareware version. I'll try it for sure.:)
  12. W

    Homebrew Large NeoGeo games support and CPS3 tests

    From what I remember, unibios 4.0 wasn't supported at the time. You may look for other more recent neogeo retroarch core if you really need unibios 4.0 support.
  13. W

    Emulation Homebrew Emulator [UNOFFICIAL] Some Libretro cores compiled with RetroArch Wii v1.7.9 (and other versions)

    Thanks for your work! Unrelated but about fix94, what do you imply? Any news of him? He did so much for the wii scene.
  14. W

    HELP! My Flash Drive won't let me transfer my large files

    SD card is an option. But an old 2.5 usb2 hdd may be good too. Probably cheaper, about 10$ maybe?
  15. W

    Hacking WiiFlow Lite

    Maybe you already know about this stuff, but you can customize the genres a bit: https://github.com/Wiimpathy/CreateCat An example with a 4 players genre : https://gbatemp.net/threads/createcat-pc-app-to-write-wiiflow-categories.554596/post-9252184 More complicated but you can also generate...
  16. W

    Tom Bombadildo has left the editorial team following his TOTK review

    At least the BOTW review seems honest. It's strange that all reviewers in the world gave the highest score. Even critics pointing the technical issues (framerate, clipping) or the artificial difficulty. It's good to have independent review that don't take into account the general, accepted...
  17. W

    Hacking The Great Quest for Wiiflow Plugins™ - A call for adventurers!

    The posterizer is the tool used to compress carts/cd images. Maybe the windows isn't as efficient but it sounds strange. When those images were created, Wiiflow was less tolerant regarding png formats. You could use other tools such as pngcrush, optipng etc... Some have a gui or a windows...
  18. W

    Homebrew Mame 2003 Plus

    The undefined reference to 'driver_helifire' for example indicates that the corresponding CPU name has changed (it seems the case here?) or is missing. With a quick search between the 2 mame2003 sources, 'helifire' appears in n8080.c in your latest whereas it's 8080bw in the old one. So I...
  19. W

    Homebrew Mame 2003 Plus

    Midway games aren't playable in latest cores. You have to use a dedicated core or older ones: https://gbatemp.net/threads/mame-2003-plus.499497/post-8483035 But, pretty sure this game won't run smoothly anyway.
  20. W

    Misc my metallica covers

    Wow. Interesting. At least, that's personal covers, not trying to mimic the singers. It sounds like a new genre, some kinda noisy nonsense metal. I admit the singing is quite funny, no need of lyrics, what we call 'chanter en yaourth' in french. Have fun!