mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:18:30 +00:00
Msvc readme.txt updated (#803)
* Added armbe support to MSVC branch. * Updated readme.txt to remove notes about winsock usage.
This commit is contained in:
parent
7c9d840f55
commit
7f1d7094e6
1 changed files with 0 additions and 12 deletions
|
@ -16,18 +16,6 @@ Precompiled Header: Not Using Precompiled Headers
|
|||
Additional Options: /wd4018 /wd4244 /wd4267
|
||||
|
||||
|
||||
:: Winsock inclusion
|
||||
|
||||
One of the hacks done for this was to implement usleep() in windows using a
|
||||
sockets select() function. This then forces the inclusion of winsock stuff
|
||||
that would otherwise not be required.
|
||||
|
||||
usleep() is only used in the second thread that is executed in order to
|
||||
timeout code that would otherwise continue to execute. So if this is ever
|
||||
changed to no longer require the usleep() calls, the winsock related code
|
||||
can be removed entirely.
|
||||
|
||||
|
||||
:: Changes porting unicorn from GNU/GCC to MSVC.
|
||||
|
||||
There were many many many changes to make this also build in MSVC
|
||||
|
|
Loading…
Reference in a new issue