EDIT: Mistyped code and forgot stuff
When I start up the new beta, the DRM Warning screen appears after the Old 3DS Warning. Even though I have all the files. It is all because of the DRM looking for if it is in a project called 'WIN3DS', not 'WINDOWS6MIX' I recommend replacing this part of line 3931PROJECT()=="WIN3DS")==0With:PROJECT()=="WINDOWS6MIX")==0That way, the DRM looks for 'WINDOWS6MIX' instead of 'WIN3DS'.
And also, I noticed that when the Start Button and Time/Date reloads, they flicker, then return to normal a second or 2 after.I think HTV09 messed with it. In my project that is:
IF (PROJECT()=="WIN3DS" OR PROJECT()=="WINDOWS6MIX")==0...This returns 1 if the project´s name is either WIN3DS or WINDOWS6MIX. The reason the PROJECT was searched for WIN3DS rather than WINDOWS6MIX is because our work has its project named WIN3DS. The beta on the official page does look for WINDOWS6MIX though. This is our DRM template. HTV09 was supposed to handle this but used that instead. I think he juggled our SD cards into a mess. (Seriously SB takes around 1 GB on the SD Cards added together. All of that are Windows 3DS concepts, dev tools and templates.) The flicker problem only applies to the old 3DSs I guess. On my New 2DS, the flicker doesn't happen. That's why I say that Windows 3DS can/will not run smoothly.