|
#1281
|
|||
|
|||
![]() Quote:
thanks! |
#1282
|
|||
|
|||
![]()
The dropbox link isnt working....
|
#1283
|
||||
|
||||
![]()
Try my most recent build of this plugin. I put it in a zip with the config correctly named so it can be run from configure RSP within Project64.
Just extract the archive to where Project64.exe is located. Then run sp_cfgui.exe. Answer y then n (or 10) for HLE graphics and LLE audio. Or n then n (or 00) for LLE graphics and LLE audio. Static Interpreter RSP Last edited by Frank74; 18th June 2017 at 10:51 PM. |
#1284
|
||||
|
||||
![]() Quote:
![]() |
#1285
|
||||
|
||||
![]() Quote:
Yes, I remember editing the x86 make with the x64 commands. The x64 make builds fine. I had to change from: cc -S %C_FLAGS% -o %obj%\module.asm %rsp%\module.c and, as --statistics -o %obj%\module.o %obj%\module.asm etc. to: %MinGW%\bin\gcc.exe -S -Os %C_FLAGS% -o %obj%\module.asm %rsp%\module.c and %MinGW%\bin\as.exe -o %obj%\module.o %obj%\module.asm Etc. Windows doesn't allow running of cc directly, you have to use gcc.exe, with the full path. Last edited by Frank74; 19th June 2017 at 11:08 PM. |
#1286
|
||||
|
||||
![]()
Ah, and this thread again...the one that broke my login while replying to bs.
![]() Quote:
Quote:
I guess I deleted that on accident, too. Well, no big loss. All this migration between hosting sites has taught me to pretty much stop caring. It's way easier and better to just build the thing from text. Quote:
I do not recall invoking cc directly in any of the Windows compilation scripts. I haven't laid eyes on my RSP project for many months now. Yes, MSVC/DDK is good for building spconfig, but keep it away from anything optimized for agnostic SIMD code generation, like the plugin itself. MSVC after years still hasn't gotten their game straight either with that or branch prediction. The newest versions of GCC always come out for Linux sooner anyway. Sometimes I want to just compile the C on Linux, make adjustments to the assembler syntax, then assemble and link on Windows using Microsoft's linker (which is so much better than the Windows port of the GNU linker).
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#1287
|
||||
|
||||
![]() Quote:
https://github.com/cxd4/rsp/blob/master/make_w32.cmd |
#1288
|
||||
|
||||
![]() Quote:
If you "feel" all of the links in the original post, you'll have a "feeling" that they're all dead. And I don't know if and when I'll make them alive again. If I do pre-compiled releases again I'll probably just attach them to EmuTalk posts or something. Unless you're talking about EmuCR or whatever. They've improved substantially by actually using the MinGW script I gave them instead of trying to compile with MSVC, but it's still pretty pointless when you can just pass -mssse3 in the shell to build the SSSE3 version of the plugin. ![]()
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#1289
|
|||
|
|||
![]()
The link seems to have been deleted from Dropbox, mostly by accident or a violation of Dropbox's ToS.
Can you give me a mirror or another download link? |
#1290
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Check original post for new discussion and download links. Thank you.
__________________
http://theoatmeal.com/comics/cat_vs_internet |