mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-18 19:25:41 -04:00
6 lines
114 B
C++
6 lines
114 B
C++
#include "common.h"
|
|
#include "PopCountTable.h"
|
|
|
|
[[gnu::section(".dtcm")]]
|
|
const PopCountTable gPopCountTable { };
|