Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
v1.1.8-4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeeGD committed Jun 22, 2020
1 parent 32048de commit 108273b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -10,10 +10,7 @@

## Some notes:
- (Switch) Only **[Atmosphère](https://github.com/Atmosphere-NX/Atmosphere)** is supported.
- (Switch) For Atmosphère 0.10.2 and up, add `enable_deprecated_hid_mitm = u8!0x1` in `sdmc:/atmosphere/config/system_settings.ini` under `[Atmosphere]` (see [#111](https://github.com/LukeZGD/DDLC-LOVE/issues/111))
- (3DS) Only the **latest [Luma3DS](https://github.com/AuroraWright/Luma3DS)** is supported.
- (3DS) Make sure that `dspfirm.cdc` is dumped for audio to work (use [DSP1](https://github.com/zoogie/DSP1/releases))
- DDLC-LOVE is only fully supported on Nintendo Switch and Sony PS Vita. For other systems, see [#123](https://github.com/LukeZGD/DDLC-LOVE/issues/123)
- On the latest versions, DDLC-LOVE is only supported on Nintendo Switch and Sony PS Vita. Support for PSP, PS3, and 3DS has been removed. For these systems, go to [v1.1.8-2](https://github.com/LukeZGD/DDLC-LOVE/releases/tag/v1.1.8-2)

## Usage:
- **Switch** - Run the `.nro` with [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere) title takeover functionality. Other methods can be found [here](https://turtlep.github.io/LovePotion/wiki/#/packaging)
Expand Down
2 changes: 1 addition & 1 deletion game/main.lua
@@ -1,4 +1,4 @@
dversion = 'v1.1.8-3'
dversion = 'v1.1.8-4'
dvertype = '' --put 'Test' for test mode
print("DDLC-LOVE "..dversion..' '..dvertype)

Expand Down
2 changes: 1 addition & 1 deletion game/states/splash.lua
Expand Up @@ -128,7 +128,7 @@ end

function drawSplashChar()
lg.push()
lg.scale(tlp.scale)
lg.scale(tlp.scale,tlp.scale)
lg.draw(menu_art_y,tlp.yx/tlp.scale,tlp.yy/tlp.scale)
lg.draw(menu_art_n,tlp.nx/tlp.scale,tlp.ny/tlp.scale)
lg.draw(menu_art_m,tlp.mx/tlp.scale,tlp.my/tlp.scale)
Expand Down

0 comments on commit 108273b

Please sign in to comment.