mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
string_view refactor
This commit is contained in:
@@ -6,9 +6,9 @@ namespace MP1
|
||||
{
|
||||
|
||||
int CSaveGameScreenTouchBar::PopOption() { return -1; }
|
||||
void CSaveGameScreenTouchBar::SetUIOpts(const std::u16string& opt0,
|
||||
const std::u16string& opt1,
|
||||
const std::u16string& opt2) {}
|
||||
void CSaveGameScreenTouchBar::SetUIOpts(std::u16string_view opt0,
|
||||
std::u16string_view opt1,
|
||||
std::u16string_view opt2) {}
|
||||
|
||||
#ifndef __APPLE__
|
||||
std::unique_ptr<CSaveGameScreenTouchBar> NewSaveUITouchBar()
|
||||
|
||||
Reference in New Issue
Block a user