You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Morph
ddc17d2088
vk_compute_pass: Explicitly cast to VkAccessFlags
According to the standard, a narrowing conversion is an implicit conversion from an integer or unscoped enumeration type to an integer type that cannot represent all the values of the original type, except when the value is a literal or constant expression.
MSVC, unlike GCC or Clang, determines this to be a narrowing conversion despite the enumeration exclusively containing values that fit within the range of a 32 bit integer, emitting a warning since designated initializers prohibit narrowing conversions.
To solve this, explicitly cast to the type we are initializing.
4 years ago
..
applets
common: Change semantics of UNREACHABLE to unconditionally crash
4 years ago
configuration
configure_ringcon: Eliminate variable shadowing
4 years ago
debugger
wait_tree: Eliminate variable shadowing
4 years ago
util
general: Convert source file copyright comments over to SPDX
4 years ago
CMakeLists.txt
Merge pull request #8353 from Docteh/msvc_report_runtime
4 years ago
Info.plist
macOS: Update Info.plist
9 years ago
about_dialog.cpp
about dialog: Fix the logo in a multiplatform way
4 years ago
about_dialog.h
general: Convert source file copyright comments over to SPDX
4 years ago
aboutdialog.ui
about dialog: Fix the logo in a multiplatform way
4 years ago
bootmanager.cpp
bootmanager: Eliminate variable shadowing
4 years ago
bootmanager.h
yuzu: Eliminate variable shadowing
4 years ago
check_vulkan.cpp
yuzu-qt: Make has_broken_vulkan only for crashes
4 years ago
check_vulkan.h
yuzu-qt: Make has_broken_vulkan only for crashes
4 years ago
compatdb.cpp
yuzu qt: Remove global system instances from config, WaitTree, main
5 years ago
compatdb.h
yuzu qt: Remove global system instances from config, WaitTree, main
5 years ago
compatdb.ui
ui: Fix Game Compatibility list translations
4 years ago
compatibility_list.cpp
general: Convert source file copyright comments over to SPDX
4 years ago
compatibility_list.h
general: Convert source file copyright comments over to SPDX
4 years ago
discord.h
Port web_service from Citra
8 years ago
discord_impl.cpp
discord_impl: Remove global system instances
5 years ago
discord_impl.h
discord_impl: Remove global system instances
5 years ago
game_list.cpp
game_list: Eliminate variable shadowing
4 years ago
game_list.h
game_list: Eliminate variable shadowing
4 years ago
game_list_p.h
game_list: Eliminate variable shadowing
4 years ago
game_list_worker.cpp
game_list: Eliminate variable shadowing
4 years ago
game_list_worker.h
game_list: Eliminate variable shadowing
4 years ago
hotkeys.cpp
yuzu: Reduce unused includes
4 years ago
hotkeys.h
yuzu: Add controller hotkeys
5 years ago
install_dialog.cpp
general: Convert source file copyright comments over to SPDX
4 years ago
install_dialog.h
general: Convert source file copyright comments over to SPDX
4 years ago
loading_screen.cpp
Update some files with Qt 5.15.2 best practices in mind
4 years ago
loading_screen.h
Update some files with Qt 5.15.2 best practices in mind
4 years ago
loading_screen.ui
QT: Fix the loading screen 'H' switch logo to not glitch out
8 years ago
main.cpp
main: Eliminate variable shadowing
4 years ago
main.h
yuzu: Eliminate variable shadowing
4 years ago
main.ui
yuzu: Allow to open and remove the amiibo
5 years ago
uisettings.cpp
ui: Set Link Color when setting theme
4 years ago
uisettings.h
yuzu-qt: Make has_broken_vulkan only for crashes
4 years ago
yuzu.qrc
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
6 years ago
yuzu.rc
Fix: fatal error CVT1100 when compiling manifest file
6 years ago