Skip to content

Commit

Permalink
no hash
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 23, 2024
1 parent 67dbfdd commit 4e1b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/retro-library/generate_game_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def collect_game_data(system_dir, extensions):
name_cleaned_pegasus = name.replace(',_', ',')
name_cleaned = name_cleaned.lower()
# Calculate the ROM hash
rom_hash = calculate_hash(file_path)
rom_hash = "000"

game_info = {
"name": name_cleaned,
Expand Down

0 comments on commit 4e1b78c

Please sign in to comment.