WELCOME TO CRONUS
Changelog
usually, the dullest page in a guide next to the legal info, but it's worth keeping an eye on so you can see exactly what's going on during active beta development the current beta cycle has ended, and the full non beta versions of zen studio and zen firmware are now available zen firmware zen studio we'd like to give a special mention to swizzy for his invaluable assistance with this release 👍🥇💙 💾 switch case statement sample https //archbee doc uploads s3 amazonaws com/iwulh55fdapsvelsqm1fc/hgxjfsnapse xwn8ztvmu switchexample gpc gpc int var = 1; define five = 5; define six = five + 1; main { 	switch(var) { 	 case 1 { 	 set val(trace 1, 1); // this has no break so it will evaluate next case! 	 } 	 case 2 { 	 set val(trace 1, 2); 	 set val(trace 2, 2); 	 break; 	 } 	 case 0x3 { 	 break; 	 } 	 case 0x4 { 	 break; 	 } 	 case five { 	 break; 	 } 	 case six { 	 	 	 } 	 default { 	 set val(trace 3, 1); 	 } 	} 	switch(get rumble(rumble rt)) { 	 case 0x10 { 	 break; 	 } 	 case 40 { 	 break; 	 } 	 	 case 60 { 	 break; 	 } 	 case 80 { 	 break; 	 } 	} } 💾 enum data definition sample https //archbee doc uploads s3 amazonaws com/iwulh55fdapsvelsqm1fc/tbh7meoca9nik2ksbjcrf enumexample gpc gpc enum { myenum 0 = 50, myenum 1, myenum 3, myenum 4 } enum { myenum2 0, myenum2 1, myenum2 3, myenum2 4 } main { 	set val(trace 1, myenum 1); // this will output 51 as our enum started from 50 	set val(trace 1, myenum2 1); // this will output 1 as default enum start is always 0 } ⚖️ trademarks & dmca cronusmax® and cronus zen® are registered trademarks of collective minds gaming company, inc {{copy}} all game titles, developer names, publisher names, and associated imagery featured or referenced within this user guide, or on any associated cronusmax com website(s), are trademarks or registered trademarks of their respective owners their use does not imply any affiliation with or endorsement by them "sony®", "playstation®", "ps5®", "ps4®", "ps3®", "dualsense®", "dualshock®", and "ps remote play®" are trademarks or registered trademarks of sony interactive entertainment inc "xbox®", "xbox series x|s®", "xbox one®", "xbox 360®", and "xbox wireless®" are trademarks or registered trademarks of microsoft corporation "nintendo®", "switch®", "wii®", and "wii u®" are trademarks or registered trademarks of nintendo co , ltd neither collective minds gaming company, inc nor blue ridge electronics, llc is affiliated with, endorsed by, or sponsored by any of the aforementioned trademark owners copyright or trademark concerns should be directed to the owner or their legally authorized representative in accordance with the u s copyright act we reserve the right to disclose infringement notices to involved parties, including the alleged infringer for inquiries or to report concerns, please contact dmca\@cronusmax com