|
#211
|
||||
|
||||
![]()
*insert silence here*
Quote:
Quote:
I guess you should try Conker's Bad Fur Day, though. There's a really good example of heavy RSP usage. Custom HLE video plugins generally play it at full speed, but I guess the graphics simulation re-compilation in your plugin isn't up to that stage of completion yet. It is definitely faster though.
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#212
|
||||
|
||||
![]()
Just commenting is all. Wasn't trying to pry anything from ya
![]()
__________________
My rig: CPU: Intel Core i7 4470 3.4 GHz to 3.9 GHz Video card:: MSI nVidia GTX 970 4 GB GDDR5 OS: Windows 7 Professional 64-bit RAM: 16 GB DDR3 SDRAM 10600 HDD: 2 x Western Digital 1 TB HDDs Monitor: 23" Asus Full HD LED Oh, and Snes9x > Zsnes in every way |
#213
|
||||
|
||||
![]()
Second release is uploaded.
View the list of changes since the original release here. Particular thanks to mesk14, Olivieryuyu, and suanyuan for helping me iron out errors. Please let me know if there are more. Good night. ![]() [edit] I forgot, project files for Microsoft/GNU compilers are added to the package. |
#214
|
||||
|
||||
![]() Quote:
Edit: So what needs to be tested exactly? Or rather, what specific things?
__________________
My rig: CPU: Intel Core i7 4470 3.4 GHz to 3.9 GHz Video card:: MSI nVidia GTX 970 4 GB GDDR5 OS: Windows 7 Professional 64-bit RAM: 16 GB DDR3 SDRAM 10600 HDD: 2 x Western Digital 1 TB HDDs Monitor: 23" Asus Full HD LED Oh, and Snes9x > Zsnes in every way Last edited by the_randomizer; 14th May 2013 at 04:17 AM. |
#215
|
||||
|
||||
![]()
IDK. Probably good idea to just play through a game or two and see if anything comes up.
Other plugins don't matter, as long as you use the corresponding RSP plugin version. I did give them all their own unique internal names now as you recommended, you'll find. ![]()
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#216
|
||||
|
||||
![]() Quote:
So if you like playing with HLE gfx (PJGlide, Jabo HLE etc.) you can test rsp_mle.dll with a bunch of games you like playing. ![]()
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#217
|
||||
|
||||
![]() Quote:
![]() But yeah, I've plenty of ROMs that I can test.
__________________
My rig: CPU: Intel Core i7 4470 3.4 GHz to 3.9 GHz Video card:: MSI nVidia GTX 970 4 GB GDDR5 OS: Windows 7 Professional 64-bit RAM: 16 GB DDR3 SDRAM 10600 HDD: 2 x Western Digital 1 TB HDDs Monitor: 23" Asus Full HD LED Oh, and Snes9x > Zsnes in every way |
#218
|
||||
|
||||
![]()
Good, big ROM list is what I lack.
That means you can go through the intros of all the ROMs in your list really quickly like dsx! did. ![]() Not very thorough but good way to task the ucode initializers in unique games. Well, have fun ... I'ma gonna go to bed.
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#219
|
||||
|
||||
![]() Code:
#ifdef PARALLELIZE_VECTOR_TRANSFERS #define VR_T(i) VC[i] #else #define VR_T(i) VR[vt][ei[e][i]] #endif #ifdef PARALLELIZE_VECTOR_TRANSFERS #define ACC_R(i) VR[vd][i] #define ACC_W(i) VACC[i].s[00] #else #define ACC_R(i) VACC[i].s[00] #define ACC_W(i) VR[vd][i] #endif
__________________
--------------------- CPU: Intel U7300 1.3 GHz GPU: Mobile Intel 4 Series (on board) AUDIO: Realtek HD Audio (on board) RAM: 4 GB OS: Windows 7 - 32 bit Last edited by shunyuan; 14th May 2013 at 01:19 PM. |
#220
|
|||
|
|||
![]()
I have SPV Weird address occurring, then LPV weird adress in Doubutsu no Mori aka animal forest.
Please by pressing A button Once you've loaded save state. |