mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Boot messages
This commit is contained in:
parent
1ede0f4706
commit
1c8cb3b7d3
3 changed files with 10 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ void fmt_class_string<elf_error>::format(std::string& out, u64 arg)
|
|||
{
|
||||
case elf_error::ok: return "OK";
|
||||
|
||||
case elf_error::stream: return "Invalid stream";
|
||||
case elf_error::stream: return "Invalid stream or file not found";
|
||||
case elf_error::stream_header: return "Failed to read ELF header";
|
||||
case elf_error::stream_phdrs: return "Failed to read ELF program headers";
|
||||
case elf_error::stream_shdrs: return "Failed to read ELF section headers";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue