Git Product home page Git Product logo

rustual-boy-libretro's Introduction

rustual-boy-libretro's People

Contributors

sebbert avatar yupferris avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

nemuelle

rustual-boy-libretro's Issues

Run-time options for stereo video output

As it looks like we'll end up with a few different ways to display the left/right images (anaglyph, left/right, etc), we should have a way to change which one we're using at runtime. Does libretro support run-time configuration options generally, and are we able to change the output frame size on-the-fly?

Audio seems slightly too fast

I wonder if retroarch is giving us a different sample rate than the one we ask for? Ideally we should be pushing 41667hz, but it's likely 44100 or something.

Tested on Windows.

Audio buffering

Currently, we're passing each sample to audio_sample() as it's appended to the sink, but we should do our own buffering and calling audio_sample_batch() instead.

Maybe get rid of stdlib at some point

yupferris - Today at 12:12 AM
because another thing we may face pretty soon here is removing the std dependency from the core
we may not have to, but I believe certain platforms like android or 3ds would have problems with std

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.