mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 13:35:35 -04:00
Third Dusk Preset (#331)
* fix aspect ratio not changing when applying the sd preset * Added a third preset, and renamed SD preset to Classic * show preset menu before setting the iso --------- Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
#include "JSystem/J2DGraph/J2DTextBox.h"
|
||||
#include "m_Do/m_Do_graphic.h"
|
||||
|
||||
#if TARGET_PC
|
||||
#include <dusk/config.hpp>
|
||||
#endif
|
||||
|
||||
class daTit_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daTit_HIO_c();
|
||||
@@ -156,12 +152,6 @@ int daTitle_c::createHeapCallBack(fopAc_ac_c* actor) {
|
||||
}
|
||||
|
||||
int daTitle_c::Execute() {
|
||||
#if TARGET_PC
|
||||
if (!dusk::getSettings().backend.wasPresetChosen) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if PLATFORM_WII || PLATFORM_SHIELD
|
||||
mDoGph_gInf_c::resetDimming();
|
||||
#endif
|
||||
@@ -380,12 +370,6 @@ int daTitle_c::getDemoPrm() {
|
||||
}
|
||||
|
||||
int daTitle_c::Draw() {
|
||||
#if TARGET_PC
|
||||
if (!dusk::getSettings().backend.wasPresetChosen) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
J3DModelData* modelData = mpModel->getModelData();
|
||||
cMtx_trans(mpModel->getBaseTRMtx(), IREG_F(7), IREG_F(8), IREG_F(9) + -430.0f);
|
||||
mpModel->getBaseScale()->x = -1.0f;
|
||||
|
||||
Reference in New Issue
Block a user