mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-14 04:04:17 +02:00
v109.3
Fixed crash when idling with the snow effect enabled. Added Android target to libretro port [rtretiakov] Various nall library improvements.
This commit is contained in:
@@ -69,6 +69,10 @@ auto string_view::operator=(string_view&& source) -> type& {
|
||||
return *this;
|
||||
};
|
||||
|
||||
string_view::operator bool() const {
|
||||
return _size > 0;
|
||||
}
|
||||
|
||||
string_view::operator const char*() const {
|
||||
return _data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user