issue reported : https://github.com/Ryujinx/Ryujinx-Games-List/issues/2798 and https://www.reddit.com/r/Ryujinx/comments/104ow0v/jump_force_on_mac_is_freeze_at_41_loading/
Report Error - click to show
#### error
| buildscript { | |
| ext.kotlin_version = '1.6.10' | |
| repositories { | |
| google() | |
| mavenCentral() | |
| } | |
| dependencies { | |
| classpath 'com.android.tools.build:gradle:7.1.2' | |
| // START: FlutterFire Configuration |
| 1. create file custom | |
| ``` | |
| touch ~/.custom_bash_commands.sh | |
| ``` | |
| 2. Open this up in your preferred text editor, and add the following code: | |
| ``` | |
| #!/bin/bash |
| That doesn't start cemu with the env var active. You have to set the variable in the terminal, then launch cemu from the terminal: | |
| 1. Open terminal | |
| 2. Paste cd /Applications/Cemu.app/Contents/MacOS and hit return | |
| 3. Paste MVK_CONFIG_FAST_MATH_ENABLED=0 ./Cemu and hit return |
issue reported : https://github.com/Ryujinx/Ryujinx-Games-List/issues/2798 and https://www.reddit.com/r/Ryujinx/comments/104ow0v/jump_force_on_mac_is_freeze_at_41_loading/
#### error
| // its looks like a '.let' in kotlin , awesome !, dart | |
| extension ObjectExt<T> on T { | |
| R let<R>(R Function(T) x) => x(this); | |
| } | |
| // for example | |
| /** | |
| * we have nested json object for example data --> user --> | |
| */ |
| void main() { | |
| for (int i = 0; i < 5; i++) { | |
| print('hello ${i + 1}'); | |
| } | |
| // test | |
| } | |
| import android.content.ContentUris | |
| import android.content.Context | |
| import android.database.Cursor | |
| import android.net.Uri | |
| import android.os.Build | |
| import android.os.Environment | |
| import android.provider.DocumentsContract | |
| import android.provider.MediaStore | |
| import android.util.Log | |
| import java.lang.Exception |
| import android.content.ContentUris | |
| import android.content.Context | |
| import android.database.Cursor | |
| import android.net.Uri | |
| import android.os.Build | |
| import android.os.Environment | |
| import android.provider.DocumentsContract | |
| import android.provider.MediaStore | |
| class URIPathHelper { |
| Filter Name : Disturb Debug Physical Device | |
| Log Tag : | |
| Log Message : ^(?!(processMotionEvent|dispatchPointerEvent|focused app window|processKeyEvent KeyEvent)) | |
| Package Name : | |
| PID | |
| Log Level : Debug |