Commit Graph

10 Commits (e6031c75976a8484574fd2127a017968a0bf1793)

Author SHA1 Message Date
Mr_Goldberg 2faba9bed9
Try to support windows xp. 5 years ago
Mr_Goldberg a66779ed00
Fix network not working because game calls WSACleanup on startup. 5 years ago
Mr_Goldberg bd921b0939
Add a way to disable all the networking functionality in the emulator. 5 years ago
Nemirtingas 1545e375a2 Fix wrong broadcast addr on windows 5 years ago
Nemirtingas e54072918f Added check on directory in Local_Storage::file_exists
Added check on directory in Local_Storage::file_exists.
Added check in get_filenames_recursive if last char is the path separator (some use cases were adding a path separator even if there were already one).

In base.h, added check on s and r, that will avoid an out-of-range vector exception on Visual Studio, same for network.cpp.
5 years ago
Mr_Goldberg fae4df7012
Fix custom broadcasts not resolving on windows. 5 years ago
Mr_Goldberg 147fc50be1
custom broadcasts file can now contain domains.
custom broadcasts can now be put in the steam_settings folder.
5 years ago
Mr_Goldberg 701eba17e8
Custom broadcasts file is more appropriate in:
Goldberg SteamEmu Saves/settings/custom_broadcasts.txt

Use C++ vector instead of C arrays.
5 years ago
Arkhist b9e2b5fa40 Added custom broadcasts file 5 years ago
Mr_Goldberg d968c3e1b5
Initial commit. 6 years ago