Commit graph

5 commits

Author SHA1 Message Date
Ronald Caesar
d454bea4cc
Convert codebase to C
Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-12-04 07:26:16 -04:00
Ronald Caesar
e47570693f
Rewrote Contributing guidelines
Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-11-22 22:37:51 -04:00
Ronald Caesar
ae041bff84
docs: Clarify contributing rules
I failed to mentiones that the memory allocation and OOP rules are
temporary.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-09-29 22:05:18 -04:00
Ronald Caesar
994cf52ae7 Remove outdated contributing suggestions
Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-09-21 12:31:43 -04:00
Ronald Caesar
ba45834583
feat!: rewrote program in a data oriented style.
This is because the source code is objected oriented which is not cpu cache
friendly, making the program slower than it has to be. Yuzu's entire
codebase is written in a objected oriented way and I wonder how much faster
it could if they had use DoD principles from the very beginning.

That's why I want to instill DoD fundamentals early on so this won't be a
problem going forward.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-08-02 04:05:05 -04:00