There was an error fetching the commit references. Please try again later.
Removed the use of rp.MakeBuilder
Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
Showing
- src/core/hle/service/am/am.cpp 4 additions, 4 deletionssrc/core/hle/service/am/am.cpp
- src/core/hle/service/audio/audout_u.cpp 1 addition, 1 deletionsrc/core/hle/service/audio/audout_u.cpp
- src/core/hle/service/audio/audren_u.cpp 3 additions, 3 deletionssrc/core/hle/service/audio/audren_u.cpp
- src/core/hle/service/sm/sm.cpp 2 additions, 3 deletionssrc/core/hle/service/sm/sm.cpp
- src/core/hle/service/ssl/ssl.cpp 1 addition, 1 deletionsrc/core/hle/service/ssl/ssl.cpp
- src/core/hle/service/vi/vi.cpp 15 additions, 15 deletionssrc/core/hle/service/vi/vi.cpp
Loading
Please register or sign in to comment