Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Retroarch preset inject #16279

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2024

  1. Support for injecting preset specific code into the shader.

    When the frontend preprocessor finds "#pragma inject_preset_code" it will search for a file named, and in the same path, as the loaded preset, but with the extension ".inc", and, if found, will "include" in the shader its content.
    The use case is to allow presets to change "static" shader features.
    This commit does not change the default behaviour of the existing shaders or presets; if a shader wants to take advantage of the feature it has to use "#pragma inject_preset_code" directive.
    kokoko3k committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d4ea5c5 View commit details
    Browse the repository at this point in the history
  2. Remove personal debug tag

    kokoko3k committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4bca022 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    dcde764 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    bbd7917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c4f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5592752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc60adf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    31e9d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fd884 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    5ac5107 View commit details
    Browse the repository at this point in the history