mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-13 18:22:00 +00:00
logging & comment
This commit is contained in:
@@ -228,8 +228,10 @@ int fetch_linux(struct linux_info *info) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (resolve_device_firmwares(&initrd, &initrd_size) < 0)
|
||||
if (resolve_device_firmwares(&initrd, &initrd_size) < 0) {
|
||||
notify("Something went wrong while resolving device firmwares - Aborting\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
size_t vram_size;
|
||||
char buf_vram[16] = {};
|
||||
|
||||
Reference in New Issue
Block a user