sudachi-emu / sudachi

Sudachi is a Nintendo Switch emulator for Android, Linux, macOS and Windows, written in C++
GNU General Public License v3.0
1.39k stars 82 forks source link

[Android Build] RebootlessSystemUpdateVersion error: cannot convert initializer list argument to 'const RebootlessSystemUpdateVersion' #79

Closed ImpXada closed 1 month ago

ImpXada commented 1 month ago

Build failed after “Added rebootless system update version functions” Error: /home/runner/work/Auto-CI/Auto-CI/sudachi/src/core/hle/service/set/setting_formats/system_settings.cpp:15:40: error: no viable overloaded '=' settings.rebootless_system_version = {.version = 38, .reserved = 1, .display_version = 38};


  /home/runner/work/Auto-CI/Auto-CI/sudachi/src/./core/hle/service/set/settings_types.h:505:8: note: candidate function (the implicit copy assignment operator) not viable: cannot convert initializer list argument to 'const RebootlessSystemUpdateVersion'
  struct RebootlessSystemUpdateVersion {
         ^
  /home/runner/work/Auto-CI/Auto-CI/sudachi/src/./core/hle/service/set/settings_types.h:505:8: note: candidate function (the implicit move assignment operator) not viable: cannot convert initializer list argument to 'RebootlessSystemUpdateVersion'
 Action website: https://github.com/ImpXada/Auto-CI/actions/runs/8697878669/job/23853929830