Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RPCS3/rpcs3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DHrpcs3/rpcs3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 282 files changed
  • 1 contributor

Commits on Nov 28, 2021

  1. Removed QT

    Removed OpenGL renderer
    Removed base mouse/keyboard support using QT
    Removed native swapchain support for Vulkan
    Removed GSRender
    Implemented simple GLFW window for RSX
    Added -DH suffix to beggining of log and window to not confuse people
    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    3c79cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef865c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a66541 View commit details
    Browse the repository at this point in the history
  4. Fixed debug build compilation errors

    const_str_t constructor without arguments shoud be constexpr for usage as default initializer in constexpr functions
    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    029ecc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30d5ec3 View commit details
    Browse the repository at this point in the history
  6. [Config] Use std::less<> for std::map<...>

    Reduces amount of string copies
    [Utilities] fmt::replace_all: avoid creation of temporary strings
    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b23be27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bda026c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9352c1c View commit details
    Browse the repository at this point in the history
  9. Removed unused QT files

    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    ecae8f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3a663f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93bac38 View commit details
    Browse the repository at this point in the history
  12. [rsx] program_util: Inline small functions

    Allows compiler generate faster code
    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    de5e8ef View commit details
    Browse the repository at this point in the history
  13. Fixes for last commit

    DHrpcs3 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    9863411 View commit details
    Browse the repository at this point in the history
Loading