mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 12:07:33 +00:00
small fix for com.nooskewl.bobby patch
This commit is contained in:
parent
4829a4708d
commit
fe4bdcf66b
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ index 3e18663..063c0c1 100644
|
|||
System.loadLibrary("allegro_font-debug");
|
||||
System.loadLibrary("allegro_ttf-debug");
|
||||
- System.loadLibrary("bass");
|
||||
+ System.loadLibrary("allegro_audio");
|
||||
+ System.loadLibrary("allegro_acodec");
|
||||
+ System.loadLibrary("allegro_audio-debug");
|
||||
+ System.loadLibrary("allegro_acodec-debug");
|
||||
System.loadLibrary("Bobby");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue