#8730 closed patch
Unify the way to report unknown versions of games
| Reported by: | jvprat | Owned by: | sev- |
|---|---|---|---|
| Priority: | normal | Component: | --Other-- |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
The attached patch puts in a function the code that lets the user know that this version of the game is unknown, and it shows useful information to detect it, so it can also be used from the fallback detection functions. Otherwise, each custom fallback function should have its own way to report unknown versions.
Ticket imported from: #1814831. Ticket imported from: patches/835.
Attachments (1)
Change History (6)
by , 19 years ago
| Attachment: | ADunknown.patch added |
|---|
comment:1 by , 19 years ago
| Owner: | set to |
|---|
comment:2 by , 19 years ago
comment:4 by , 19 years ago
| Status: | new → closed |
|---|
comment:5 by , 8 years ago
| Component: | → --Other-- |
|---|
Note:
See TracTickets
for help on using tickets.

Looks good to me. The code should be improved eventually (see also the TODO in reportUnknown), but factoring it out is a good start. Eugene, can this be applied?