Search results

  1. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.8.1 "Oh MMy!" was released recently, and Nintendo DS builds have once again been provided on the download page. A full list of changes can be found in the Release Notes.
  2. C

    Homebrew [Release] ScummVM 3DS

    Release builds for v2.8.1 are now available on the official download page.
  3. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.8.0 "Mysteries, Mammoths, and Muppets" has been released today, and Nintendo DS builds have once again been provided on the download page. A full list of changes can be found in the Release Notes.
  4. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    Cool, thanks for testing @ryba. I think it'll be best to treat current versions of ScummVM as DSi only for now, although I'm open to supporting older models in the future. Some specific notes: Is this slow gameplay or just slow loading? If it's the latter, could you try this with a recent...
  5. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    I've made a minor change to the download page, which should take effect the next time the website is updated. That said, the only reason why ScummVM requires a DSi or DSi XL at the moment is because of the plugin system - it's possible to do single engine builds that may work on older systems...
  6. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.7.0 "The Real Slim Shader" has been released today, and Nintendo DS builds have once again been provided on the download page. A full list of changes can be found in the Release Notes.
  7. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.6.1 "Incremental Escapism" has been released today, and Nintendo DS builds have once again been provided on the download page. A full list of changes can be found in the Release Notes. I've looked at this briefly, but I get the impression that it would be quite invasive to add...
  8. C

    Playing Gabriel Knight on ScummVM?

    For the record, I've opened a bug report on ScummVM's issue tracker, so this should hopefully get fixed at some point. https://bugs.scummvm.org/ticket/13745
  9. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.6.0 "or: Insane Escapism" has been released today, and Nintendo DS builds have once again been provided on the download page. A full list of changes can be found in the Release Notes, but please note that not all changes currently apply to the DS port.
  10. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    ScummVM 2.5.0 “Twenty years ago today…” has been released yesterday, and as a result, release builds are now available from the download page.
  11. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    Great, thanks! :-) It's possible to adjust the GUI scale using the drop-down in the "Misc" tab of the options tab, although the effect of this may be lessened due to the fact that the fonts used in the DS port don't currently scale. I'll try to resolve this after the next release, but if you...
  12. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    Cool, I've uploaded a set of test builds here. Compared to the ones from the buildbot, these use separate builds for each engine rather than using plugins. A decent amount of these should work on the DS and DS Lite, but since I've done all of my testing using the DSi, I can't confirm which ones...
  13. C

    Homebrew Homebrew game ScummVM for Nintendo DS - Prerelease

    Recently, testing has been announced for the next version of ScummVM. Amongst other major improvements, the new version contains a rewritten version of the Nintendo DS port. This new version should now work out of the box with TWiLight Menu++, has full button remapping, supports games with...
  14. C

    Homebrew Emulator ScummVm on DS

    What games have you tried? Additionally, do the data files that you've tried work with ScummVM on other platforms?
  15. C

    Homebrew Emulator ScummVm on DS

    "Build A" suggests you're using the old v1.2.1 release. Can you test with the latest nightly build from the ScummVM buildbot to see if it works with that?
  16. C

    Homebrew Emulator ScummVM and AGS game on the switch

    AGS support is not yet included in release builds. You'll need to download a nightly build instead if you want to play AGS games. Make sure to use the build marked "ScummVM latest". Edit: @Badablek beat me to it.
  17. C

    Homebrew [Release] ScummVM 3DS

    As I understand it, TinyGL isn't really designed for that kind of thing, so I suspect that using picaGL would be the best approach. Currently, all of the engines using OpenGL have separate renderers for OpenGL 1.x and OpenGL (ES) 2.x, so the former should be relatively easy to adapt for the 3DS...
  18. C

    Homebrew [Release] ScummVM 3DS

    It's worth pointing out that none of the backends need to be adapted to support TinyGL - following the merge with ResidualVM, TinyGL rendering is done using the same API as the 2D games. As such, Grim Fandango, Escape from Monkey Island and Myst III Exile should run out of the box on all...