Wait, what? Playstation?
Wait, what? Playstation?
Yes, both Yuzu and Ryujinx were open source.
Ryujinx is licensed under MIT and Yuzu is under GPLv3.
I need to remind some people here who don’t seem to understand something.
Forks may be dead and development may not be as fast as the original.
However - you must think about the future and not the situation right now. Yuzu and Ryujinx sources will be invaluable information for people making emulators later down the line.
It’s a matter of when and not if someone picks it up again.
RIP Black Box Games
(I’m a NFS fan but also a fan of Black Box)
The way I did it is by trying to solve more and more advanced problems with simpler tools/features, then looking at more advanced features and seeing where they could be applied to make the problem solving simpler. Rinse and repeat.
An easy example that I can remember is making arrays that dynamically expand. I started with the barebones malloc and worked out how to use std::vector (and other list types) in its place.
Understanding that concept is, what I believe, to be the foundation of learning programming.
I’m no pro whatsoever, but using this method really helps me pick up and learn new languages.
C++ is at least backwards compatible (for 99% of code anyway, yes I know about some features being removed, but that’s an exception and not the rule).
It’s just their ego showing through.
It basically now comes down to the current devs depending on new Rust devs for anything that interacts with Rust code.
They could just work together with Rust devs to solve any issues (API for example).
But their ego doesn’t allow for it. They want to do everything by themselves because that’s how it always was (up until now).
Sure, you could say it’s more efficient to work on things alone for some people, and I’d agree here, but realistically that’s not going to matter because the most interactivity that exists (at the moment) between Rust and C in Linux is… the API. Something that they touch up on once in a while. Once it’s solid enough, they don’t have to touch it anymore at all.
This is a completely new challenge that the Linux devs are facing now after a new language has been introduced. It was tried before, but now it’s been approved. The only person they should be mad at is Linus, not the Rust devs.
Unfortunately not really.
The problem is that the artstyle is usually thrown out the window with these kinds of mods. They all end up looking very similar because of the amount of work you have to put in to make it look acceptable.
Not to mention, the hacky nature of RTX Remix is very limiting and the implementation is not very good to begin with (and very hard to use as a result).
I hadn’t caught up with NVIDIA’s RTX Remix SDK stuff but I plan on taking a look at this myself and do a more in-depth render integration with something (be it the Remix DXVK fork itself or something like UE5). I mod BlackBox NFS games extensively and I plan on cooking something up that is technically better than anything before.
You’re mostly correct. People here don’t take Windows praise lightly.
NT is probably the best part about Windows. If you’re gonna complain about Windows, the kernel is the last thing to complain about.
As you’ve said, there are things that are still better about NT to this day;
Most of NT stigma comes from NTFS (which has its own share of problems) and the bugcheck screens that people kept seeing (which weren’t even mostly MS’ fault to begin with, that was on the driver vendors).
Mark Russinovich has some of his old talks up on his YT channel and one of them compares Linux (2.6 at the time) to NT and goes into great detail. Most of the points made there still applies to this day.
Not to mention - this isn’t necessarily the correct place for Windows anyway. That is exactly why they standardized stuff around Vista.
Plus - what about apps that store an ungodly amount data in there? Personally, I only keep the OS and basic app data (such as configs and cache) on the partition and nothing else.
Then something like Minecraft comes along and it’s like “humpty dumpty I’m crapping a lumpty” and stores all its data in “.minecraft” right there in your user directory.
Then you gotta symlink stuff around and it becomes a mess…
No, it cannot be!
Someone is using Unreal Engine 5 to play Unreal?
Oh this is the “next gen” update? That would explain things.
Oh well…
Technical question - does the script extender use signature/pattern scanning at all?
It sounds to me that it may have broken because it doesn’t use it.
You could say “oh they recompiled it so the registers changed” but I highly doubt they changed the code that much or touched optimization flags.
It’s not bad at all, actually. The interpreter is excellent and the Apple devices are fast.
The benchmark game would be Gran Turismo, where it can lag really badly in the menus. But other than that, a lot of the games run just fine.
It’s already been done. Black Box’s NFS Carbon until Undercover all have ad clients built in that did that exact thing (displaying real ads on billboards).
Luckily it doesn’t work but if someone were to buy the domain it could be dangerous.
TRUXTON
EDF EDF EDF
Ahh the memories
AFAIK LUnix exists as the “little Unix” project aiming to run on the Commodore 6502 computers.
There’s even a video where someone got it to run on a Famicom.
They kinda don’t have the sources there. That’s a decompilation by IDA in that image.
But nevertheless they could run it if they set up an arm64 machine, technically.
Anti cheat is like DRM. It’s a waiting game more than it is about actual direct protection.