Merge pull request #7608 from stevoisiak/https-urls

Use HTTPS for URLs in Readme & GameSettings INI
This commit is contained in:
Pierre Bourdon 2018-12-04 21:15:34 +01:00 committed by GitHub
commit 94c3570dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card # 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 MemoryCard251 = True
[OnLoad] [OnLoad]

View File

@ -3,7 +3,7 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card # 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 MemoryCard251 = True
[OnLoad] [OnLoad]

View File

@ -3,7 +3,7 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card # 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 MemoryCard251 = True
[OnLoad] [OnLoad]

View File

@ -53,7 +53,7 @@ since the Binary directory contains a working Dolphin distribution.
## Building for Linux and macOS ## 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 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 will inform you if a bundled library is used or if you need to install any
missing packages yourself. missing packages yourself.
@ -146,7 +146,7 @@ is intended for debugging purposes only.
## Sys Files ## 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) * `totaldb.dsy`: Database of symbols (for devs only)
* `GC/font_western.bin`: font dumps * `GC/font_western.bin`: font dumps
* `GC/font_japanese.bin`: font dumps * `GC/font_japanese.bin`: font dumps