Skip to content

Commit

Permalink
Demo songs #46
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiVarela committed Feb 4, 2023
1 parent 6ad33ba commit 75dbf53
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 586 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.0)
project(Senos)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_BUILD 23)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 2)
set(VERSION_BUILD 25)

add_compile_definitions(VERSION_MAJOR=${VERSION_MAJOR})
add_compile_definitions(VERSION_MINOR=${VERSION_MINOR})
Expand Down
7 changes: 6 additions & 1 deletion app/ConfigurationMigrations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ constexpr auto TAG = "Configuration";

//zip -d startup.zip "__MACOSX*"
//zip -d startup.zip "*/.DS_Store"
const size_t startup_data_size = 14597;

// std::vector<uint8_t> buffer;
// if (sns::readRawBinary("/Users/ruivarela/projects/Senos/app/assets/startup.zip", buffer)) {
// sns::saveCppBinary(buffer.data(), buffer.size(), "/Users/ruivarela/projects/Senos/app/assets/startup.cpp");
// }
const size_t startup_data_size = 20450;
extern unsigned char startup_data[startup_data_size];

namespace sns {
Expand Down
Loading

0 comments on commit 75dbf53

Please sign in to comment.