Commit 5aa34b2

Nick committed on
Remove useless compiler options from release mode, add hints
commit 5aa34b26b30a750c9e60bf2f2630af81a13880c6 parent df9c47d
2 changed files +16−3
ModifiedGBEmu.lpi +4−1
@@ -69,7 +69,7 @@
69 <ShowHintsForUnusedUnitsInMainSrc Value="True"/> 69 <ShowHintsForUnusedUnitsInMainSrc Value="True"/>
70 <ShowHintsForSenderNotUsed Value="True"/> 70 <ShowHintsForSenderNotUsed Value="True"/>
71 </Verbosity> 71 </Verbosity>
72 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -CfAVX2 -CpCOREAVX2 OpCOREAVX2 -Si -Sv -dPRODUCTION"/> 72 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dPRODUCTION"/>
73 </Other> 73 </Other>
74 </CompilerOptions> 74 </CompilerOptions>
75 </Item2> 75 </Item2>
@@ -318,8 +318,11 @@
318 <CodeGeneration> 318 <CodeGeneration>
319 <Checks> 319 <Checks>
320 <IOChecks Value="True"/> 320 <IOChecks Value="True"/>
321 <RangeChecks Value="True"/>
322 <OverflowChecks Value="True"/>
321 <StackChecks Value="True"/> 323 <StackChecks Value="True"/>
322 </Checks> 324 </Checks>
325 <VerifyObjMethodCallValidity Value="True"/>
323 <TargetCPU Value="i386"/> 326 <TargetCPU Value="i386"/>
324 <TargetOS Value="win32"/> 327 <TargetOS Value="win32"/>
325 <Optimizations> 328 <Optimizations>
Modifiedtracker.lfm +12−2
@@ -1,7 +1,7 @@
1 object frmTracker: TfrmTracker 1 object frmTracker: TfrmTracker
2 Left = 789 2 Left = 769
3 Height = 1200 3 Height = 1200
4 Top = 192 4 Top = 189
5 Width = 2040 5 Width = 2040
6 Caption = 'hUGETracker' 6 Caption = 'hUGETracker'
7 ClientHeight = 1166 7 ClientHeight = 1166
@@ -459,6 +459,7 @@ object frmTracker: TfrmTracker
459 object Button1: TButton 459 object Button1: TButton
460 Left = 24 460 Left = 24
461 Height = 44 461 Height = 44
462 Hint = 'Test out the instrument with a C-5 note'
462 Top = 208 463 Top = 208
463 Width = 424 464 Width = 424
464 Caption = 'Test C-5' 465 Caption = 'Test C-5'
@@ -1718,6 +1719,7 @@ object frmTracker: TfrmTracker
1718 end 1719 end
1719 object ToolButton2: TToolButton 1720 object ToolButton2: TToolButton
1720 Left = 217 1721 Left = 217
1722 Hint = 'Begin playback from the cursor'
1721 Top = 0 1723 Top = 0
1722 Caption = '▶️ Cursor' 1724 Caption = '▶️ Cursor'
1723 ImageIndex = 75 1725 ImageIndex = 75
@@ -1725,6 +1727,7 @@ object frmTracker: TfrmTracker
1725 end 1727 end
1726 object ToolButton4: TToolButton 1728 object ToolButton4: TToolButton
1727 Left = 327 1729 Left = 327
1730 Hint = 'Stop playback'
1728 Top = 0 1731 Top = 0
1729 Caption = '⏹ Stop' 1732 Caption = '⏹ Stop'
1730 ImageIndex = 73 1733 ImageIndex = 73
@@ -1732,6 +1735,7 @@ object frmTracker: TfrmTracker
1732 end 1735 end
1733 object ExportGBButton: TToolButton 1736 object ExportGBButton: TToolButton
1734 Left = 434 1737 Left = 434
1738 Hint = 'Export the song as a standalone ROM'
1735 Top = 0 1739 Top = 0
1736 AutoSize = True 1740 AutoSize = True
1737 Caption = 'Export .GB' 1741 Caption = 'Export .GB'
@@ -1762,6 +1766,7 @@ object frmTracker: TfrmTracker
1762 object OctaveSpinEdit: TSpinEdit 1766 object OctaveSpinEdit: TSpinEdit
1763 Left = 1000 1767 Left = 1000
1764 Height = 38 1768 Height = 38
1769 Hint = 'The octave offset for entering new notes'
1765 Top = 0 1770 Top = 0
1766 Width = 158 1771 Width = 158
1767 MaxValue = 5 1772 MaxValue = 5
@@ -1797,6 +1802,7 @@ object frmTracker: TfrmTracker
1797 object InstrumentComboBox: TComboBox 1802 object InstrumentComboBox: TComboBox
1798 Left = 1283 1803 Left = 1283
1799 Height = 38 1804 Height = 38
1805 Hint = 'The selected instrument for new notes'
1800 Top = 0 1806 Top = 0
1801 Width = 374 1807 Width = 374
1802 ItemHeight = 30 1808 ItemHeight = 30
@@ -1837,6 +1843,7 @@ object frmTracker: TfrmTracker
1837 object StepSpinEdit: TSpinEdit 1843 object StepSpinEdit: TSpinEdit
1838 Left = 1721 1844 Left = 1721
1839 Height = 38 1845 Height = 38
1846 Hint = 'How many rows to step down after entering a new note'
1840 Top = 0 1847 Top = 0
1841 Width = 88 1848 Width = 88
1842 MaxValue = 63 1849 MaxValue = 63
@@ -1846,6 +1853,7 @@ object frmTracker: TfrmTracker
1846 end 1853 end
1847 object ToolButton3: TToolButton 1854 object ToolButton3: TToolButton
1848 Left = 125 1855 Left = 125
1856 Hint = 'Begin playback from the cursor'
1849 Top = 0 1857 Top = 0
1850 Caption = '▶️ Start' 1858 Caption = '▶️ Start'
1851 ImageIndex = 74 1859 ImageIndex = 74
@@ -1853,6 +1861,7 @@ object frmTracker: TfrmTracker
1853 end 1861 end
1854 object ExportGBSButton: TToolButton 1862 object ExportGBSButton: TToolButton
1855 Left = 556 1863 Left = 556
1864 Hint = 'Export the song as a GBS soundtrack'
1856 Top = 0 1865 Top = 0
1857 Caption = 'Export .GBS' 1866 Caption = 'Export .GBS'
1858 ImageIndex = 76 1867 ImageIndex = 76
@@ -1867,6 +1876,7 @@ object frmTracker: TfrmTracker
1867 end 1876 end
1868 object ToolButton10: TToolButton 1877 object ToolButton10: TToolButton
1869 Left = 689 1878 Left = 689
1879 Hint = 'Export the song as WAV or MP3'
1870 Top = 0 1880 Top = 0
1871 Caption = 'Render Song' 1881 Caption = 'Render Song'
1872 ImageIndex = 77 1882 ImageIndex = 77