Skip to content
Permalink
Browse files
Merge pull request #7608 from stevoisiak/https-urls
Use HTTPS for URLs in Readme & GameSettings INI
  • Loading branch information
delroth committed Dec 4, 2018
2 parents 9e2694c + 93d3016 commit 94c3570
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
@@ -3,7 +3,7 @@
[Core]
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see http://www.nintendo.com/consumer/memorycard1019.jsp
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True

[OnLoad]
@@ -3,7 +3,7 @@
[Core]
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see http://www.nintendo.com/consumer/memorycard1019.jsp
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True

[OnLoad]
@@ -3,7 +3,7 @@
[Core]
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see http://www.nintendo.com/consumer/memorycard1019.jsp
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True

[OnLoad]
@@ -53,7 +53,7 @@ since the Binary directory contains a working Dolphin distribution.

## Building for Linux and macOS

Dolphin requires [CMake](http://www.cmake.org/) for systems other than Windows. Many libraries are
Dolphin requires [CMake](https://cmake.org/) for systems other than Windows. Many libraries are
bundled with Dolphin and used if they're not installed on your system. CMake
will inform you if a bundled library is used or if you need to install any
missing packages yourself.
@@ -146,7 +146,7 @@ is intended for debugging purposes only.

## Sys Files

* `wiitdb.txt`: Wii title database from [GameTDB](http://www.gametdb.com)
* `wiitdb.txt`: Wii title database from [GameTDB](https://www.gametdb.com/)
* `totaldb.dsy`: Database of symbols (for devs only)
* `GC/font_western.bin`: font dumps
* `GC/font_japanese.bin`: font dumps

0 comments on commit 94c3570

Please sign in to comment.