For anyone wanting to write code/cross compile stuff for Nintedo Switch, DeepSeek AI just made the job about 1000 times easier. An example it gave me.
I asked it how to write a program to scan pc directories using mpt via usb from the switch to the pc. It wrote all the code and then told me how to cross compile mtp for use with libnx, here's the code it wrote for the cross compiling part:
Code:
Read more
Continue reading...
I asked it how to write a program to scan pc directories using mpt via usb from the switch to the pc. It wrote all the code and then told me how to cross compile mtp for use with libnx, here's the code it wrote for the cross compiling part:
Code:
Cross-compiling libmtp to work on the Nintendo Switch with libnx is a challenging task because...Read more
Continue reading...