mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-14 04:54:11 +02:00
v114.5
* improved appended firmware detection [devinacker] * added dynamic rate control support to ALSA and PulseAudio drivers [RedDwarf] * added option to use native file dialogs
This commit is contained in:
@@ -95,7 +95,7 @@ auto slice(string_view self, int offset, int length) -> string {
|
||||
return result;
|
||||
}
|
||||
|
||||
auto string::slice(int offset, int length) -> string {
|
||||
auto string::slice(int offset, int length) const -> string {
|
||||
return nall::slice(*this, offset, length);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user