Fuzzy2319
Fuzzy2319
- Open your devtools with `ctrl+shift+i` or `f12` - Go to App panel and delete keyval from keval-store and reload the page ;) 
@eldexterr is your vanilla rom in z64 format ? can you try with this version of chrome ? https://www.google.com/intl/es_es/chrome/
@eldexterr Which version of javascript is bundled with your browser ?
> _[`lib/al/include/Library/Application/ApplicationMessageReceiver.h` line 19 at r1](https://reviewable.io/reviews/MonsterDruide1/OdysseyDecomp/33#-NwKQ3dk-eYoLVMFeav0:-NwKQ3dk-eYoLVMFeav1:b-9jmrxe) ([raw file](https://github.com/MonsterDruide1/OdysseyDecomp/blob/36fc2501b2089120339e2f679b03e279bd932787/lib/al/include/Library/Application/ApplicationMessageReceiver.h#L19)):_ > > > ```cpp > > nn::oe::OperationMode getOperationMode() const; > > nn::oe::PerformanceMode getPerformaceMode() const; > > ``` > > I think they...
> _[`lib/al/include/Library/Application/ApplicationMessageReceiver.h` line 11 at r1](https://reviewable.io/reviews/MonsterDruide1/OdysseyDecomp/33#-NwKP2Pk3xN41jeHPZmr:-NwKP2Pk3xN41jeHPZms:b-7zht4) ([raw file](https://github.com/MonsterDruide1/OdysseyDecomp/blob/36fc2501b2089120339e2f679b03e279bd932787/lib/al/include/Library/Application/ApplicationMessageReceiver.h#L11)):_ > > > ```objc > > NotificationMessage_PerformanceModeChanged = 0x1f > > }; // should go into oe.h > > } // namespace...
@MonsterDruide1 I pushed the changes
> Adding two new classes here: `SphereInterpolator` and `SpherePoseInterpolator`. There's not much to say about it otherwise, I didn't manage to match one of the functions though, mainly due to...
@CoolFrenchPerson yes [Ryujinx_1.1.734_2023-04-27_19-54-15.log](https://github.com/Amethyst-szs/smo-lunakit/files/11346859/Ryujinx_1.1.734_2023-04-27_19-54-15.log)
I think force `rs::isPlayerOnGround` to return true when noclip is enable will solve #13 you also don't need this line https://github.com/Amethyst-szs/smo-lunakit/blob/27e8c42ce3223a379dc8303e2ee7ba007754155b/src/program/devgui/settings/HooksSettings.cpp#L63 because Mario will not fall if he hits the...
@Crazalu press Y to gain speed and X to lose speed https://github.com/Amethyst-szs/smo-lunakit/blob/27e8c42ce3223a379dc8303e2ee7ba007754155b/src/program/devgui/settings/HooksSettings.cpp#L76 https://github.com/Amethyst-szs/smo-lunakit/blob/27e8c42ce3223a379dc8303e2ee7ba007754155b/src/program/devgui/settings/HooksSettings.cpp#L77