Giter Site home page Giter Site logo

Comments (6)

hhromic avatar hhromic commented on June 15, 2024

To make it clear, this also happens with the old mupen64plus core so is not something introduced in the "next" core. I'm just wondering if this is solvable easily or just something to live with for now. Also maybe the new GLideN64 plugin addresses it.

from mupen64plus-libretro-nx.

m4xw avatar m4xw commented on June 15, 2024

fbemu?

from mupen64plus-libretro-nx.

hhromic avatar hhromic commented on June 15, 2024

Yep, tried enabling/disabling it, no change. I also tried other options as well with no effect. FWIW seems to be the only noticeable (i.e. "ugly") glitch in this game. Have you seen something like this in other games?

from mupen64plus-libretro-nx.

m4xw avatar m4xw commented on June 15, 2024

I only saw issues like this related to fbemu.
Not sure if GlideN would fix it, you can always try standalone mupen+gliden 3.0, if it runs there expect it to be fixed.
Want me to leave this open?

from mupen64plus-libretro-nx.

hhromic avatar hhromic commented on June 15, 2024

I will be testing on standalone mupen+gliden 3.0 later today to confirm.
Lets leave it open until that. Thanks!

from mupen64plus-libretro-nx.

hhromic avatar hhromic commented on June 15, 2024

Okay I know what is happening now. It turns out that FrameBuffer Emulation is actually always forced to disabled in RPI devices, no matter the option in the core settings:

#ifdef VC
config.frameBufferEmulation.enable = 0;
#else
config.frameBufferEmulation.enable = EnableFBEmulation;
#endif

I temporarily allowed for it to be enabled and while the game glitches heavily (probably the reason FBEmu is always disabled on RPI for GLideN 2.0) the glitch in this issue is indeed fixed.

I tested standalone Mupen64plus + GLideN64 3.0 and with FBEmu enabled the game works much better, just some glitches with background textures that should be in the back and instead are rendered in front of other objects. This means that the upcoming GLideN64 3.0 will address this issue and also improve FBEmulation vastly on RPI devices.

I will close this issue for now and leave the info for posterity :) Thanks anyway!

from mupen64plus-libretro-nx.

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.