Skip to content

Commit

Permalink
Updated to version 29.31
Browse files Browse the repository at this point in the history
  • Loading branch information
McKay42 committed Dec 25, 2019
1 parent 37265f6 commit 7146b47
Show file tree
Hide file tree
Showing 11 changed files with 1,609 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ An unofficial open-source client for [osu!](https://osu.ppy.sh) beatmaps, with t

Runs on McEngine: [https://github.com/McKay42/McEngine](https://github.com/McKay42/McEngine)

(McOsu-NX is a delta repository, i.e. everything you need in addition to the engine code and game code)

## How to install:
1. Download the newest zip file from the releases page
2. Merge the contents of the zip file with your microSD card (do **NOT** change any folder/file structures/names!)
Expand Down Expand Up @@ -49,6 +47,17 @@ Runs on McEngine: [https://github.com/McKay42/McEngine](https://github.com/McKay
![screenshot4](/screenshots/screen4.png?raw=true)
![screenshot5](/screenshots/screen5.png?raw=true)

## How to compile:
* McOsu-NX is a delta repository, i.e. everything you need in addition to the engine code and game code

* I'm using my own custom build of SDL2 and SDL2 Mixer to massively decrease audio latency and support a few other necessary features like scrubbing

* SDL2 audio uses `audout` instead of `audren` (i.e. [this is very bad for rhythm games](https://github.com/devkitPro/SDL/pull/31/files#diff-fa4ab70fa825f9880b736aed35fd4f2a))

* SDL2 Mixer includes Ext (`SDL_mixer_ext.h`) functionality

* Just overwrite your devkitpro portlib content temporarily for compiling

## Skin Credits:
- ffffffffffffffffff - "- Jaret - Mish Mosh"
- irrlux - "Talrava XIV"
Expand Down
Empty file.
Binary file added libraries/switch-sdl2/lib/libSDL2.a
Binary file not shown.
41 changes: 41 additions & 0 deletions libraries/switch-sdl2/lib/libSDL2.la
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# libSDL2.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libSDL2.a'

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -L/opt/devkitpro/portlibs/switch/lib -L/opt/devkitpro/libnx/lib -lEGL -lglapi -ldrm_nouveau -lnx'

# Names of additional weak libraries provided by this library
weak_library_names=''

# Version information for libSDL2.
current=8
age=8
revision=0

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/opt/devkitpro/portlibs/switch/lib'
Binary file not shown.
Empty file.
Loading

0 comments on commit 7146b47

Please sign in to comment.