mirror of
https://github.com/lutris/lutris
synced 2024-11-02 13:31:16 +00:00
Update osmose runner
This commit is contained in:
parent
e2c5b57cd1
commit
8a5c35fad4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class osmose(Runner):
|
|||
platform = "Sega Master System"
|
||||
tarballs = {
|
||||
'i386': "osmose-0.9.96-i386.tar.gz",
|
||||
'x64': "osmose-0.9.96-x64.tar.gz"
|
||||
'x64': "osmose-0.9.96-x86_64.tar.gz",
|
||||
}
|
||||
game_options = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue