diff options
author | Jesse Talavera <jesse@jesse.tg> | 2023-12-15 18:05:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 00:05:43 +0100 |
commit | 1bec2a92935d7cb2e47088d00d89b69f25c82967 (patch) | |
tree | f330415f9f4e2b8e6b8f0efeb21d617c36b69979 /CMakeLists.txt | |
parent | eedb0ba478dea7ffebd347a37acdbf19b095066b (diff) |
Fix an incorrect use of `std::move` (#1919)
- When I adapted `GBACart::ParseROM` to use `unique_ptr` instead of a plain pointer, I forgot to remove the code that copied the SRAM data
- That code was made unnecessary because of the move
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions