Skip to content

Does not compile for certain Qt versions due to missing modules #7

@celerizer

Description

@celerizer

The required multimedia module is not available for Qt versions 6.0-6.2 and the required gamepad module is not available for any version of Qt 6, causing compilation to fail for Qt 6.

QRetroAudio and QRetroMicrophone should have compile-time settings to disable most of their behavior, as QAudioOutput and QAudioInput are part of the multimedia module.

QRetroInput should be created and the code should be moved out of QRetro.cpp. QGamepad should also be skipped in compilation if the gamepad module is unavailable. A new default gamepad implementation may be out of scope for the project, but there should be a default method for controlling libretro joypads on Qt 6, even if only with the keyboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions