|
#891
|
|||
|
|||
![]()
Oh I see what you're getting at. I was just trying pretty much everything to see what was going on with my setup. It had nothing to do with him using a different version or not.
![]() Edit: I figured it out. When I went to open rom then loaded a game it somehow wanted the config files to be in the rom folder. However once I setup a rom directory and loaded it from the list it read the config files from the root folder. Edit2: damn terminology Edit3: I always seem to have the urge to use directory instead of folder. Them good ole days of ms-dos. : 3 Last edited by zuzma; 20th July 2014 at 11:36 PM. |
#892
|
||||
|
||||
![]() Quote:
Really what I'd like to see is accurate audio in PJ64 ;/ . I wish I knew how to code a recompiler. |
#893
|
|||
|
|||
![]()
Nah I'm never clear about what I'm talking about lol. It either pisses people off or they get confused.
Hmm not just audio, better everything would be nice. If you took into account what's known about the n64 now then someone fixed up an emu it'd probably work a hell of a lot better. You see very good LLE/HLE ones now a days like ppsspp or dolphin with minimal problems because they took into account what the hardware actually does and were designed with speed in mind. I dunno just talking out of my ass. If I stopped watching the animus all day and actually studied I'd probably be contributing stuff back to the emu community. ![]() Last edited by zuzma; 22nd July 2014 at 01:07 PM. |
#894
|
||||
|
||||
![]() Quote:
Quote:
Quote:
![]() |
#895
|
|||
|
|||
![]() Quote:
Quote:
|
#896
|
|||
|
|||
![]()
Really appreciate what you made here, HatCat; excellent work. The only issue I have at all is that it sometimes randomly throws an error on start saying it can't find the config file. I run the config application you added, recheck the same things, then close the program. All of a sudden after that, it works. Not sure why that is (everything is running using administrator mode) but it boggles my mind.
|
#897
|
||||
|
||||
![]()
That's fakken weird man.
I know my use of the win32-builtin stream I/O functions in the graphics plugin, will sometimes complain on Mupen64 in particular, which takes a long time to access my slow flash drive disk memory...deletes it even on occasion and complains that the file no longer exists. But then, it was a good thing that I handled automatic recreation of the file if it didn't exist, so I guess it's only the win32 version of the file streaming that broke. So I guess the GUI config.exe has the broken file stream functions when writing to write the file on exit.
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#898
|
||||
|
||||
![]()
Out of curiosity, have you started working on writing in assembly for this plugin yet?
|
#899
|
||||
|
||||
![]()
Should, but haven't started because don't like to start projects with pre-existing ones like the RDP.
I'm anxious to do something new myself though.
__________________
http://theoatmeal.com/comics/cat_vs_internet |
#900
|
||||
|
||||
![]()
Understandable. I guess the main reason I hop alot is because my tasks are too challenging, and also because my interests shift a lot.
For some reason, I'll get stuck on something. Then after taking a break, things all the sudden start making more sense ;/ . I must sound crazy though, all the things I've said I would try to do ![]() |